Update README.md
This commit is contained in:
@@ -939,7 +939,7 @@ sudo ss -lunpt | grep ':53'
|
|||||||
>SERVER_PUBLIC_IP:53
|
>SERVER_PUBLIC_IP:53
|
||||||
>10.8.0.1:53
|
>10.8.0.1:53
|
||||||
|
|
||||||
Test>ping 10.8.0.1
|
Test(PC)>ping 10.8.0.1
|
||||||
|
|
||||||
dig google.com
|
dig google.com
|
||||||
>SERVER: 10.8.0.1#53
|
>SERVER: 10.8.0.1#53
|
||||||
@@ -979,6 +979,9 @@ Automatic DNS configuration depends on the Linux distribution and the DNS manage
|
|||||||
</details>
|
</details>
|
||||||
<details>
|
<details>
|
||||||
<summary>Arch Linux</summary>
|
<summary>Arch Linux</summary>
|
||||||
|
Do not install openresolv when using NetworkManager to manage WireGuard connections.
|
||||||
|
NetworkManager will manage DNS automatically.
|
||||||
|
|
||||||
(Client / PC)
|
(Client / PC)
|
||||||
Delete DNS = 10.8.0.1
|
Delete DNS = 10.8.0.1
|
||||||
|
|
||||||
@@ -1019,17 +1022,20 @@ cat /etc/resolv.conf
|
|||||||
>Should see 10.8.0.1
|
>Should see 10.8.0.1
|
||||||
|
|
||||||
Close the VPN
|
Close the VPN
|
||||||
>Should just see 192.168.1.1
|
>Should just see 192.168.1.1
|
||||||
|
|
||||||
|
nmcli connection show wg0
|
||||||
|
>ipv4.dns: 10.8.0.1
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
## Verify the VPN tunnel
|
## Verify the VPN tunnel (Client / PC)
|
||||||
```
|
```
|
||||||
ping 10.8.0.1
|
ping 10.8.0.1
|
||||||
```
|
```
|
||||||
>0% packet loss
|
>0% packet loss
|
||||||
|
|
||||||
## Verify AdGuard
|
## Verify AdGuard (VPS)
|
||||||
```
|
```
|
||||||
dig @10.8.0.1 google.com
|
dig @10.8.0.1 google.com
|
||||||
```
|
```
|
||||||
@@ -1046,15 +1052,14 @@ dig google.com
|
|||||||
sudo wg
|
sudo wg
|
||||||
>latest handshake:
|
>latest handshake:
|
||||||
|
|
||||||
## Verify that public DNS is blocked
|
## Verify that public DNS is blocked (Client / PC outside the VPN)
|
||||||
dig @SERVER_PUBLIC_IP google.com
|
dig @SERVER_PUBLIC_IP google.com
|
||||||
>no servers could be reached
|
>no servers could be reached
|
||||||
>or
|
>or
|
||||||
>connection timed out
|
>connection timed out
|
||||||
|
|
||||||
|
|
||||||
|
Disable uBlock Origin, AdGuard Browser Extension, Brave Shields, or any other third-party content blocker if the login page does not load correctly
|
||||||
Close uBlock origin or other 3rd party blockers to load login page
|
|
||||||
|
|
||||||
Login Page -> https://ads.domain/login.html
|
Login Page -> https://ads.domain/login.html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user