Go to file
SturdyErde 519d8759b8
Create 20-ntopng-udm.sh (#17)
* Create 20-ntopng-udm.sh

Creating more sample onboot scripts for related projects.

* Update 20-ntopng-udm.sh

Changed docker command to podman.
2020-07-11 12:01:55 -07:00
.github Update bug_report.md 2020-06-17 07:35:23 -07:00
AdguardHome Fixing package! 2020-07-05 21:43:46 -07:00
cni-plugins Modularization updates (#12) 2020-06-28 06:02:50 -07:00
dns-common/on_boot.d Fixing package! 2020-07-05 21:43:46 -07:00
nextdns Wireguard instructions added, nextdns container updates 2020-07-09 20:28:49 -07:00
on-boot-script Create 20-ntopng-udm.sh (#17) 2020-07-11 12:01:55 -07:00
python Modularization updates (#12) 2020-06-28 06:02:50 -07:00
run-pihole Fixing package! 2020-07-05 21:43:46 -07:00
wireguard-go Wireguard instructions added, nextdns container updates 2020-07-09 20:28:49 -07:00
.gitignore Git Ignore 2020-06-28 01:19:31 -07:00
LICENSE Initial commit 2020-05-31 06:17:59 -07:00
README.md Update README.md 2020-07-11 00:22:48 -07:00

udm-utilities

A collection of things to enhance the capabilities of your Unifi Dream Machine or Dream Machine Pro.

Contributing

Pull Requests welcome! If you use this functionality to do new cool stuff to your UDM/P please send a PR and share it with the community!

General Tools

on-boot-script

Enables init.d style scripts to run on every boot of your UDM. Includes a wpa-supplicant/eap-proxy example.
It enables complete customization of your UDM/P and fills the gap that config.gateway.json left behind.

python

If you need python3 on your UDM, generally not recommended, can always use it in unifi-os container

VPN Servers / Clients

wireguard-go

Run a Wireguard client/server on your UDM/P. Utilizes wireguard-go, not linux kernel modules. The performance will take a hit due to that.

DNS Providers

dns-common

Configurations for DNS containers, both IPv4 and IPv6. Utilizes MacVLAN CNI plugins to completely isolate the network stack.

run-pihole

Run pihole on your UDM with podman.

nextdns

Run NextDNS on your UDM with podman.

AdguardHome

Run AdguardHome on your UDM with podman.

Cool projects you can use with this

multicast-relay

https://hub.docker.com/r/scyto/multicast-relay

This is a docker container that implements https://github.com/alsmith/multicast-relay to provide mDNS and SSDP on a unifi dream machine. It will likely work on any multi homed host.

ntopng

https://github.com/tusc/ntopng-udm

Much better network stats for your UDM/P! Install this docker container and create an on_boot script to make sure it's always running.