From ce1611edf4a7cbc5f037ed5af4bc1c7bb1c14700 Mon Sep 17 00:00:00 2001 From: SturdyErde Date: Wed, 26 Aug 2020 06:53:50 -0400 Subject: [PATCH] Getting started guide for on-boot and DNS (#35) * Getting started guide for on-boot and DNS * Update README.md Fixed markdown hyperlink for dns-common. Closing square bracket was missing. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 371840e..9dd62a7 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ Pull Requests welcome! If you use this functionality to do new cool stuff to you ## 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. +Do this first. Enables init.d style scripts to run on every boot of your UDM. Includes examples to run wpa-supplicant/eap-proxy and/or ntop-ng on startup. Follow this [readme](https://github.com/boostchicken/udm-utilities/blob/master/on-boot-script/README.md). **It enables complete customization of your UDM/P and fills the gap that config.gateway.json left behind.** ### python @@ -24,10 +23,10 @@ If you need python3 on your UDM, generally not recommended, can always use it in 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 +Install a DNS server that functions as a network-wide ad and tracker blocker, and which can also securely proxy encrypted DNS requests to an upstream DNS provider. Begin by following the instructions to setup [on-boot-script](https://github.com/boostchicken/udm-utilities/tree/master/on-boot-script) and [dns-common](https://github.com/boostchicken/udm-utilities/tree/master/dns-common/on_boot.d). Then, follow the guides below to setup either Pi-Hole, NextDNS, or AdGuard Home. ### dns-common - -Configurations for DNS containers, both IPv4 and IPv6. Utilizes MacVLAN CNI plugins to completely isolate the network stack. +Base configuration for DNS server containers, both IPv4 and IPv6. Utilizes MacVLAN CNI plugins to completely isolate the network stack. ### run-pihole