I am developing DNS security app for chromebook, I want to intercept all DNS request and then modify the DNS request by adding some edns options then I want to send this DNS request over TLS to my DNS server.
I tried running local DNS server on
127.0.0.1:53 and then I changed the DNS server from chromebook setting, but I am not able to start local DNS server it seems port 53 is not allowed to listen.
I am unable to find the way to intercept and modify the DNS traffic in chromebook, please help.
Thanks in advance.