Hey Guys,
I’ve got my Flint configured as a Wireguard Server and it runs Adguard. My Beryl is going to be the travel router and it connects up via Wireguard to the Flint, it all works great.
But I have a question…
Which IP address would you put into the Wireguard server config in order for the Beryl to be able to utilize the Adguard on the Flint?
For some strange reason, every time that I generate a Wireguard server config… it auto generates this DNS IP address 64.6.64.6 why is that?
So what would you guys recommend?
Here is the auto generated Wireguard server config from the Flint… using that weird Neustar UltraDNS server…
[Interface]
Address = 10.0.0.3/32
ListenPort = 14490
PrivateKey = xxxx
DNS = 64.6.64.6
[Peer]
AllowedIPs = 0.0.0.0/0,::/0
Endpoint = xx.xx.xx.xx:51820
PersistentKeepalive = 25
PublicKey = xxxxx
Thanks!