We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482764a commit b84749dCopy full SHA for b84749d
1 file changed
README.md
@@ -140,14 +140,6 @@ Verify with:
140
dig @<adguard-ip> ssh.yourdomain.com +short
141
```
142
143
-### WireGuard clients
144
-
145
-Make sure your WireGuard peer config:
146
147
-- Sets the DNS server to your Pi-hole / AdGuard IP (`DNS = 192.168.x.x`).
148
-- Includes the LAN subnet in `AllowedIPs` so the proxy host is reachable over
149
- the tunnel (e.g. `AllowedIPs = 192.168.100.0/24`).
150
151
## Usage
152
153
From any SSH client — terminal, Termius on iOS, VS Code Remote, etc.:
0 commit comments