Update README.md

This commit is contained in:
FURK4NGG
2026-07-15 09:40:47 +03:00
committed by GitHub
parent 7a5b8fcec1
commit 897821d6e2
+28 -1
View File
@@ -940,6 +940,7 @@ sudo systemctl restart adguardhome
sudo ss -lunpt | grep ':53' sudo ss -lunpt | grep ':53'
>SERVER_PUBLIC_IP:53 >SERVER_PUBLIC_IP:53
>10.8.0.1:53 >10.8.0.1:53
>127.0.0.1:53 (dnsmasq)
Test(PC)>ping 10.8.0.1 Test(PC)>ping 10.8.0.1
@@ -947,7 +948,7 @@ dig google.com
>SERVER: 10.8.0.1#53 >SERVER: 10.8.0.1#53
## Restrict DNS access to WireGuard clients ## Restrict DNS access to WireGuard clients only
sudo nft -a list chain inet filter input sudo nft -a list chain inet filter input
Expected result: Expected result:
@@ -1087,6 +1088,8 @@ dig @10.8.0.1 MX srv1.mail-tester.com
dig @127.0.0.1 MX srv1.mail-tester.com dig @127.0.0.1 MX srv1.mail-tester.com
>... timed out >... timed out
Forward all local DNS requests to AdGuard Home:
sudo nano /etc/dnsmasq.d/99-adguard-upstream.conf sudo nano /etc/dnsmasq.d/99-adguard-upstream.conf
``` ```
no-resolv no-resolv
@@ -1145,3 +1148,27 @@ What Is My Ip Adress -> https://ifconfig.me/
Disable uBlock Origin, AdGuard Browser Extension, Brave Shields, or any other third-party content blocker if the login page does not load correctly Disable uBlock Origin, AdGuard Browser Extension, Brave Shields, or any other third-party content blocker if the login page does not load correctly
Login Page -> https://ads.domain/login.html Login Page -> https://ads.domain/login.html
# DIAGRAM
Client
WireGuard
10.8.0.1
AdGuard Home
Upstream DNS
Internet
localhost (127.0.0.1)
dnsmasq
AdGuard Home
Postfix