I was looking at the solution of this thread and I was wondering if there's any reason why this would be a bad idea to do in order to get AdguardHome to show me the requests from my Wireguard Clients
I'm asking more if it is in any way insecure or can cause a conflict to redirect the DNS port to my Wireguard clients (The ones that connect to me as server)
Clients from LAN (192.168.8.1/24) appear correctly in the query log.
Clients from Wireguard (10.0.0.1/24) appeared as requests from localhost (127.0.0.1). After adding that port forward rule (taking the idea from that old post), now they report as individual client requests (Ie 10.0.0.2) and I can create rules and exceptions for them.
My question is if that would expose my system or cause conflict. I'm assuming it "shouldn't", since the only ones with access to my network would be the Wireguard clients but I rather ask than just assume.