Where is the log of "DNS HTTPS Proxy Settings" - it is running unstable.. sometimes DNS resolving not working

Hi

Screenshot 2023-03-06 at 05.42.39

where is the log of "DNS HTTPS Proxy Settings" - it is running unstable.. sometimes DNS resolving not working

in /var/log nothing

also in https://example.org/cgi-bin/luci/admin/status/logs/dmesg

nothing

You can set a logfile and verbosity level for each instance.

config https-dns-proxy
        option bootstrap_dns '8.8.8.8,8.8.4.4'
        option resolver_url 'https://dns.google/dns-query'
        ...
        option logfile '/tmp/google.txt'
        option verbosity '3'

https://docs.openwrt.melmac.net/https-dns-proxy/

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.