Update README.md

This commit is contained in:
John D 2020-07-05 13:54:53 -07:00 committed by GitHub
parent 511d058460
commit 8841588241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,22 @@
# udm-utilities # udm-utilities
A collection of things to enhance the capabilities of your Unifi Dream Machine or Dream Machine Pro A collection of things to enhance the capabilities of your Unifi Dream Machine or Dream Machine Pro
## General Tools
### on-boot-script ### on-boot-script
Run any commands when your UDM starts. Enables init.d style scripts to run on every boot of your UDM. Includes a wpa-supplicant/eap-proxy example
### 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.
### python ### python
If you need python3 on your UDM, generally not recommended, can always use it in unifi-os container 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.