DominicKo

Results 22 comments of DominicKo

The debug/trace logs from routedns doesn't show any inconsistencies. For which purpose does routedns create these udp6 sockets? The connection to the upstream resolver (nextdns) is established via IPv4.

I've changed the loopback addresses from IPv6 (::1) to IPv4 (127.0.0.1) and tested DNS over https (quic) Unfortunately both changes didn't resolve the many open udp sockets. Even the mentioned...

I had already raised rmem_max to _16777216_ This were my kernel parameters when I encoutered the socket-problem. ``` ## raise the udp buffers net.ipv4.udp_rmem_min = 16384 net.ipv4.udp_wmem_min = 16384 #...

While using DoT, Ive seen many timeout messages for the "special" DNS-Responses from dnsbl.sorbs.net. (DNS-Replies contains different loopback IPs to determine if an IP has been blacklisted or not, described...

I recognize a little delay when I query SORBS to check an IP address. I guess that's the reason for the timeout messages. Unfortunately I couldn't find any parameter to...

> This is not really solving your issues :-). Just wanted to be informative and sharing some experiences! ;-). But it's very interesting anyway, thank you very much! :-)

The issue only occurs when using DoQ. DoH3 (DoH with Quic as transport protocol) works as intended. I've recompiled routedns with newer versions of the dependencies (lucas-clemente/quic-go and the other...

i'm experiencing some really weird issues with youtube.de / youtube.com when using `[[upstream.upstream_ietf]] ` One Device in my network cannot access youtube, when using IETF. The Website shows "you are...

dnsmasq only forwards the requests to the doh-client. Iam surprised about two things. - Why youtube.com works with Google and not with IETF, all other Websites works as expected. -...

I probably experiencing the same issues. After some time routedns crashes with the following error ``` Nov 05 22:16:03 hostname_here routedns[650]: time="2022-11-05T22:16:03+01:00" level=info msg="starting listener" addr="[::1]:5353" id=local-doh-behind-proxy_ipv6_tcp protocol=tcp Nov 05...