dnss
dnss copied to clipboard
DNS over HTTPS [mirror]
at the moment I am testing with --https_upstream="https://1.1.1.1/dns-query" but is it possible to add multiple DoH sources? e.g. in case if 1.1.1.1 is down use next one --https_upstream="https://9.9.9.9/dns-query"
It says `dnss.socket: Failed to create listening socket ([::]:53): Address already in use` but it should not use network during installation, and should not fail just because of another dns...
Hello, I'm currently testing dnss in a lab environment and I can't enable proper logging of all DNS requests. I found in the source code that, apparently, "-v=3" should enable...
When using systemd on Fedora, SELinux prevents the execution of `dnss` for arbitrary reasons. Adds note to readme specifying the workaround
Hi, My connection to my ISP recently went down for a short time, and dnss flooded the system logs with `connect: network is unreachable` errors. Would it be possible to...