1
22.1 Legacy Series / Re: [AdGuardHome] DNS not working on VIP interface
« on: July 31, 2022, 07:16:58 pm »This is probably due to a known bug in the FreeBSD golang implementation that cannot be fixed by the AGH team, unfortunately. If the queries go to the VIP, the answers sent by AGH come from the "real" interface address and are ignored by any correctly working client.
See:
https://github.com/AdguardTeam/AdGuardHome/issues/3015
Workaround: have AGH listen on 127.0.0.1 and use inbound port forwarding NAT to facilitate the queries.
Thank you for this, i was pulling my hair out until I saw this and made it work.