diff --git a/README.md b/README.md index b57a4a4..e4907d0 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,22 @@ # udm-utilities A collection of things to enhance the capabilities of your Unifi Dream Machine or Dream Machine Pro +## General Tools ### on-boot-script -Run any commands when your UDM starts. - -### dns-common -Configurations for DNS containers, both IPv4 and IPv6 - -### run-pihole -Run pihole on your UDM with podman. Utilizes macvlan cni plugins to completely isolate the network stack - -### nextdns -Run NextDNS on your UDM with podman. Utilizes macvlan cni plugins to completely isolate the network stack. - -### AdguardHome -Run AdguardHome on your UDM with podman. Utilizes macvlan cni plugins to completely isolate the network stack. +Enables init.d style scripts to run on every boot of your UDM. Includes a wpa-supplicant/eap-proxy example ### python If you need python3 on your UDM, generally not recommended, can always use it in unifi-os container + +## 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.