If I have understood
@RMerlin right Wireguard dns is handled using firewall dnat, same as DNS Director. Look at you firewall rules to determine what is happening, I.e:
Code:
iptables -nvL PREROUTING -t nat
perhaps the Wireguard rules does not get re-applied correctly or something ends up in the wrong order.
By the way, if you use DNS director to alter dns of a wireguard client, which rule should take precedence in your opinion? I actually dont know... by heart I would say DnsDirector but then this would probably conflict with global settings... if not, there would not be any other way of redirecting wireguard clients, at least not one by one.
Anyone know how this is prioritized?