Skip to content

Commit bd7a7da

Browse files
committed
Automatic documentation update
1 parent 9ce54ca commit bd7a7da

File tree

10 files changed

+2618
-2579
lines changed

10 files changed

+2618
-2579
lines changed

docs/User-Guide_Armbian-Config/System.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,10 @@ armbian-config --cmd MOTD01
563563
~~~
564564

565565

566-
## OS updates and distribution upgrades
566+
## OS Updates
567+
568+
569+
OS updates and distribution upgrades
567570

568571
__Edit:__ [footer](https://github.com/armbian/configng/new/main/tools/include/markdown/Updates-footer.md) [header](https://github.com/armbian/configng/new/main/tools/include/markdown/Updates-header.md)
569572
__Status:__ Active

docs/User-Guide_Armbian-Software/DNS.md

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,81 @@ comments: true
44

55
# Network-wide ad blockers servers
66

7+
## AdGuardHome
8+
9+
10+
AdGuardHome DNS sinkhole
11+
12+
13+
<!--- section image START from tools/include/images/ADG001.png --->
14+
[![AdGuardHome](/images/ADG001.png)](#)
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 --->
22+
23+
__Edit:__ [footer](https://github.com/armbian/configng/edit/main/tools/include/markdown/ADG001-footer.md) [header](https://github.com/armbian/configng/edit/main/tools/include/markdown/ADG001-header.md)
24+
__Status:__ Stable
25+
__Maintainer:__ @igorpecovnik
26+
__Documentation:__ [Link](https://github.com/AdguardTeam/AdGuardHome/wiki)
27+
28+
~~~ custombash
29+
armbian-config --cmd ADG001
30+
~~~
31+
32+
33+
<!--- footer START from tools/include/markdown/ADG001-footer.md --->
34+
=== "Access to the web interface"
35+
36+
The web interface is accessible via port **3000**:
37+
38+
- URL: `https://<your.IP>:3000`
39+
- Username/Password: admin / generate at first web interface login
40+
41+
=== "Directories"
42+
43+
- Install directory: `/armbian/adguardhome/`
44+
- Configuration directory: `/armbian/adguardhome/confdir`
45+
- Work directory: `/armbian/adguardhome/workdir`
46+
47+
=== "Usage"
48+
49+
- 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+
782
## Pi-hole
883

984

@@ -56,13 +131,13 @@ armbian-config --cmd PIH001
56131
<!--- footer STOP from tools/include/markdown/PIH001-footer.md --->
57132

58133

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
61136
~~~
62137

63138

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
66141
~~~
67142

68143

@@ -130,78 +205,3 @@ armbian-config --cmd UNB003
130205

131206

132207

133-
134-
## AdGuardHome
135-
136-
137-
AdGuardHome DNS sinkhole
138-
139-
140-
<!--- section image START from tools/include/images/ADG001.png --->
141-
[![AdGuardHome](/images/ADG001.png)](#)
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 --->
149-
150-
__Edit:__ [footer](https://github.com/armbian/configng/edit/main/tools/include/markdown/ADG001-footer.md) [header](https://github.com/armbian/configng/edit/main/tools/include/markdown/ADG001-header.md)
151-
__Status:__ Stable
152-
__Maintainer:__ @igorpecovnik
153-
__Documentation:__ [Link](https://github.com/AdguardTeam/AdGuardHome/wiki)
154-
155-
~~~ custombash
156-
armbian-config --cmd ADG001
157-
~~~
158-
159-
160-
<!--- footer START from tools/include/markdown/ADG001-footer.md --->
161-
=== "Access to the web interface"
162-
163-
The web interface is accessible via port **3000**:
164-
165-
- URL: `https://<your.IP>:3000`
166-
- Username/Password: admin / generate at first web interface login
167-
168-
=== "Directories"
169-
170-
- Install directory: `/armbian/adguardhome/`
171-
- Configuration directory: `/armbian/adguardhome/confdir`
172-
- Work directory: `/armbian/adguardhome/workdir`
173-
174-
=== "Usage"
175-
176-
- 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:"
203-
armbian-config --cmd ADG003
204-
~~~
205-
206-
207-

0 commit comments

Comments
 (0)