From 8841588241e4c634b957584e0037293b882251e7 Mon Sep 17 00:00:00 2001 From: John D Date: Sun, 5 Jul 2020 13:54:53 -0700 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) 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.