ZebMcKayhan
Very Senior Member
Now thats more like it!I've updatedwg_client
to v4.17.9
Code:
admin@RT-AC86U-D7D8:/tmp/home/root# grep -iE "^version" /jffs/addons/wireguard/wg_c*
/jffs/addons/wireguard/wg_client:VERSION="v4.17.9"
admin@RT-AC86U-D7D8:/tmp/home/root# iptables -nvL WGDNS1 -t nat
Chain WGDNS1 (2 references)
pkts bytes target prot opt in out source destinati
on
2 120 DNAT all -- * * 192.168.1.0/24 0.0.0.0/0
/* WireGuard 'client1 DNS' */ to:192.168.1.1
admin@RT-AC86U-D7D8:/tmp/home/root# iptables -nvL WGDNS2 -t nat
Chain WGDNS2 (2 references)
pkts bytes target prot opt in out source destinati
on
0 0 DNAT all -- * * 192.168.6.0/24 0.0.0.0/0
/* WireGuard 'client2 DNS' */ to:9.9.9.9
admin@RT-AC86U-D7D8:/tmp/home/root# ip6tables -nvL WGDNS1 -t nat
Chain WGDNS1 (2 references)
pkts bytes target prot opt in out source destinati
on
37 3349 DNAT all * * aaff:a37f:fa75:1::/64 ::/0
/* WireGuard 'client1 DNS' */ to:aaff:a37f:fa75:1::1
admin@RT-AC86U-D7D8:/tmp/home/root# ip6tables -nvL WGDNS2 -t nat
Chain WGDNS2 (2 references)
pkts bytes target prot opt in out source destinati
on
0 0 DNAT all * * aaff:a37f:fa75:6::/64 ::/0
/* WireGuard 'client2 DNS' */ to:2620:fe::fe
admin@RT-AC86U-D7D8:/tmp/home/root#
Interesting that my system seems to get 10 times more hit-count on ipv6 dns lookup, so it seems prefferred by our Android units...