diff --git a/docs/User-Guide_Armbian-Software/DNS.md b/docs/User-Guide_Armbian-Software/DNS.md new file mode 100644 index 00000000..f84790e9 --- /dev/null +++ b/docs/User-Guide_Armbian-Software/DNS.md @@ -0,0 +1,74 @@ +# DNS blockers + + +*** + +## Install Pi-hole DNS ad blocker + + +[![Install Pi-hole DNS ad blocker](/images/DNS001.png)](#) + + + + +Pi-hole is a DNS sinkhole with web interface that will block ads for any device on your network. + + + + +**Command:** +~~~ +armbian-config --cmd DNS001 +~~~ + +**Author:** @armbian + +**Status:** Stable + + + +=== "Access the web interface" + + The web interface of Pi-hole can be accessed via: + + - URL = `http:///admin` + - Password = 'Set / adjust from armbian-config' + +=== "Documentation" + + + + + + + +*** + +## Set Pi-hole web admin password +**Command:** +~~~ +armbian-config --cmd DNS002 +~~~ + +**Author:** @armbian + +**Status:** Stable + + + +*** + +## Remove Pi-hole DNS ad blocker +**Command:** +~~~ +armbian-config --cmd DNS003 +~~~ + +**Author:** @armbian + +**Status:** Stable + + + +*** + diff --git a/docs/images/DNS001.png b/docs/images/DNS001.png new file mode 100644 index 00000000..7760be26 Binary files /dev/null and b/docs/images/DNS001.png differ