[Peer]
...
DNS = 10.23.45.67
...
Common Wireguard config have "DNS" field. Wireguard would update system DNS to 10.23.45.67 but wireproxy won't (and it should be stay in current behavior, I want to separate it from system).
Could you add new config option like below so the request will be go to VPN's DNS?
# Uncomment to Use wireguard as simple DNS server.
# This will open 127.0.0.1:5354/tcp and /udp, and relay request to VPN's DNS server
#[DNS-Server]
#Listen = 127.0.0.1:5354
Common Wireguard config have "DNS" field. Wireguard would update system DNS to 10.23.45.67 but wireproxy won't (and it should be stay in current behavior, I want to separate it from system).
Could you add new config option like below so the request will be go to VPN's DNS?