Today, I managed to get WireGuard running with 1.1.1.1 WARP on my local Windows 10 PC.
I guess, now I do not profit from running unbound on my router anymore?
How can I configure WireGuard to use unbound?
This is my WireGuard config now:
Edit:
I recon, this may the wrong thread...
I guess, now I do not profit from running unbound on my router anymore?
How can I configure WireGuard to use unbound?
This is my WireGuard config now:
Code:
[Interface]
PrivateKey = xxx
Address = 172.16.0.2/32, fd01:5ca1:ab1e:882a:4a88:e4e6:a4f3:a66f/128
DNS = 1.1.1.1
[Peer]
PublicKey = xxx
AllowedIPs = 0.0.0.0/5, 8.0.0.0/7, 11.0.0.0/8, 12.0.0.0/6, 16.0.0.0/4, 32.0.0.0/3, 64.0.0.0/2, 128.0.0.0/3, 160.0.0.0/5, 168.0.0.0/6, 172.0.0.0/12, 172.32.0.0/11, 172.64.0.0/10, 172.128.0.0/9, 173.0.0.0/8, 174.0.0.0/7, 176.0.0.0/4, 192.0.0.0/9, 192.128.0.0/11, 192.160.0.0/13, 192.169.0.0/16, 192.170.0.0/15, 192.172.0.0/14, 192.176.0.0/12, 192.192.0.0/10, 193.0.0.0/8, 194.0.0.0/7, 196.0.0.0/6, 200.0.0.0/5, 208.0.0.0/4
Endpoint = engage.cloudflareclient.com:2408
Edit:
I recon, this may the wrong thread...
Last edited: