You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/User-Guide_Armbian-Software/DNS.md
+79-79Lines changed: 79 additions & 79 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,81 @@ comments: true
4
4
5
5
# Network-wide ad blockers servers
6
6
7
+
## AdGuardHome
8
+
9
+
10
+
AdGuardHome DNS sinkhole
11
+
12
+
13
+
<!--- section image START from tools/include/images/ADG001.png --->
14
+
[](#)
15
+
<!--- section image STOP from tools/include/images/ADG001.png --->
16
+
17
+
18
+
<!--- header START from tools/include/markdown/ADG001-header.md --->
19
+
AdGuard Home is a network-wide software that functions as a DNS server and ad blocker. It blocks ads, trackers, and malicious websites at the DNS level, meaning it filters content for all devices connected to the network. It also provides additional features like parental controls, logging, and privacy protections. Essentially, it acts as a gateway between your devices and the internet, blocking unwanted content before it even reaches your devices.
20
+
21
+
<!--- header STOP from tools/include/markdown/ADG001-header.md --->
- server where you are installing is automatically switched to this DNS
50
+
- on your desktop PC set IP address of this server as DNS
51
+
- network wide: set IP address of this server on routers DNS
52
+
53
+
=== "Black and white lists"
54
+
55
+
There are many sites in the web giving blocklists and whitelists for AdGuard Home. They can be used when you want to have more blocking as the standard installation gives you. Here are some examples:
56
+
57
+
- [The Big Blocklist Collection by WaLLy3K](https://firebog.net/)
58
+
- [Phishing Army blocklist](https://phishing.army/)
59
+
- [Whitelist collection by anudeepND](https://github.com/anudeepND/whitelist)
60
+
61
+
=== "View logs"
62
+
63
+
```sh
64
+
docker logs -f adguardhome
65
+
```
66
+
67
+
<!--- footer STOP from tools/include/markdown/ADG001-footer.md --->
68
+
69
+
70
+
~~~bash title="AdGuardHome remove:"
71
+
armbian-config --cmd ADG002
72
+
~~~
73
+
74
+
75
+
~~~bash title="AdGuardHome purge with data folder:"
76
+
armbian-config --cmd ADG003
77
+
~~~
78
+
79
+
80
+
81
+
7
82
## Pi-hole
8
83
9
84
@@ -56,13 +131,13 @@ armbian-config --cmd PIH001
56
131
<!--- footer STOP from tools/include/markdown/PIH001-footer.md --->
57
132
58
133
59
-
~~~bash title="Pi-hole remove:"
60
-
armbian-config --cmd PIH003
134
+
~~~bash title="Pi-hole change web admin password:"
135
+
armbian-config --cmd PIH002
61
136
~~~
62
137
63
138
64
-
~~~bash title="Pi-hole change web admin password:"
65
-
armbian-config --cmd PIH002
139
+
~~~bash title="Pi-hole remove:"
140
+
armbian-config --cmd PIH003
66
141
~~~
67
142
68
143
@@ -130,78 +205,3 @@ armbian-config --cmd UNB003
130
205
131
206
132
207
133
-
134
-
## AdGuardHome
135
-
136
-
137
-
AdGuardHome DNS sinkhole
138
-
139
-
140
-
<!--- section image START from tools/include/images/ADG001.png --->
141
-
[](#)
142
-
<!--- section image STOP from tools/include/images/ADG001.png --->
143
-
144
-
145
-
<!--- header START from tools/include/markdown/ADG001-header.md --->
146
-
AdGuard Home is a network-wide software that functions as a DNS server and ad blocker. It blocks ads, trackers, and malicious websites at the DNS level, meaning it filters content for all devices connected to the network. It also provides additional features like parental controls, logging, and privacy protections. Essentially, it acts as a gateway between your devices and the internet, blocking unwanted content before it even reaches your devices.
147
-
148
-
<!--- header STOP from tools/include/markdown/ADG001-header.md --->
- server where you are installing is automatically switched to this DNS
177
-
- on your desktop PC set IP address of this server as DNS
178
-
- network wide: set IP address of this server on routers DNS
179
-
180
-
=== "Black and white lists"
181
-
182
-
There are many sites in the web giving blocklists and whitelists for AdGuard Home. They can be used when you want to have more blocking as the standard installation gives you. Here are some examples:
183
-
184
-
- [The Big Blocklist Collection by WaLLy3K](https://firebog.net/)
185
-
- [Phishing Army blocklist](https://phishing.army/)
186
-
- [Whitelist collection by anudeepND](https://github.com/anudeepND/whitelist)
187
-
188
-
=== "View logs"
189
-
190
-
```sh
191
-
docker logs -f adguardhome
192
-
```
193
-
194
-
<!--- footer STOP from tools/include/markdown/ADG001-footer.md --->
195
-
196
-
197
-
~~~bash title="AdGuardHome remove:"
198
-
armbian-config --cmd ADG002
199
-
~~~
200
-
201
-
202
-
~~~bash title="AdGuardHome purge with data folder:"
0 commit comments