-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd4b66a
commit 503fde2
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# DNS blockers | ||
|
||
|
||
*** | ||
|
||
## Install Pi-hole DNS ad blocker | ||
|
||
<!--- section image START from tools/include/images/DNS001.png ---> | ||
[![Install Pi-hole DNS ad blocker](/images/DNS001.png)](#) | ||
<!--- section image STOP from tools/include/images/DNS001.png ---> | ||
|
||
|
||
<!--- header START from tools/include/markdown/DNS001-header.md ---> | ||
Pi-hole is a DNS sinkhole with web interface that will block ads for any device on your network. | ||
|
||
|
||
<!--- header STOP from tools/include/markdown/DNS001-header.md ---> | ||
|
||
**Command:** | ||
~~~ | ||
armbian-config --cmd DNS001 | ||
~~~ | ||
|
||
**Author:** @armbian | ||
|
||
**Status:** Stable | ||
|
||
|
||
<!--- footer START from tools/include/markdown/DNS001-footer.md ---> | ||
=== "Access the web interface" | ||
|
||
The web interface of Pi-hole can be accessed via: | ||
|
||
- URL = `http://<your.IP>/admin` | ||
- Password = 'Set / adjust from armbian-config' | ||
|
||
=== "Documentation" | ||
|
||
<https://docs.pi-hole.net/> | ||
|
||
<!--- footer STOP from tools/include/markdown/DNS001-footer.md ---> | ||
|
||
|
||
|
||
*** | ||
|
||
## 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 | ||
|
||
|
||
|
||
*** | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.