Wireguard WireHole script actually uses Unbound DNS. So, DNS is assigned in config, it filters everything.
But i have not added it in MT WireGuard settings, didn’t even see a field for it.
ip firewall filter print from=[find comment=FastTrack]
Wireguard WireHole script actually uses Unbound DNS. So, DNS is assigned in the config, it filters everything.
But I have not added it in MT WireGuard settings, didn’t even see a field for it.
What I meant was what did you set as a DNS server in your laptop or smartphone Wireguad client? there is no DNS in MT for WG you have to use mangle and DST-NAT as I did in my config.
The local VDS DNS server.
Public DNS
None
[Interface]
PrivateKey = base64 key
Address = 10.0.6.3/32
DNS = 10.0.6.1
or
DNS = 1.1.1.1
or no DNS
[Peer]
PublicKey = base64 key
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = vpn.domain.com:port