Hi,
I'm an developer. My project runs in a docker.
In my node js script. We use puppeteer to lanch chrome.
I want to enable DOH/DOT.
I have tried
/usr/bin/google-chrome --no-sandbox --disable-gpu --headless=new --dns-resolver-type=secure --dns-server-addresses=
https://cloudflare-dns.com:443/dns-query --enable-features=DnsOverHttps --disable-dev-shm-usage --user-data-dir=/usr/testlog/chrome-doh-tmp --virtual-time-budget=15000
--dump-dom
https://1.1.1.1/help 2>/dev/null | grep -E "Using DNS over HTTPS \(DoH\)"
But it doesn't take effect.
Can you help me about this issue? How to enable doh/dot ?
Thanks a lot!