Chris Buijs
Chris Buijs
@plison Create the dict as follows and it will work: `pyt = pytricia.PyTricia(128)` (Add the 128). You need to specify the maximum number of bits that will be (potentially) used,...
This is now possible with the persistent cache feature #299 .
Ping! - Friendly Reminder.
Usually in other resolvers the `fail-back` way is the way to go. See also #325 as a workaround in the config (mis)using the bootstrap-resolver. It maybe overcomplicate things and make...
It maybe was not explained rightly. I applied the patch, but result remains the same. When I use this in a hosts file: ``` 1.2.3.4 tester.fritz.box. 4.3.2.1 tester.fritz.box. 2001:db8::1 tester.fritz.box....
Yes, the PTR works (confirmed!), but we need the A/AAAA as well :-). My mistake, looking at the history of this issue, I mixed it up. But this (PTR lookup)...
Having crashes since using the `issue-107-names` patch when a reverse lookup happens: ``` Sep 4 14:46:42 nuc ROUTEDNS: [running]: Sep 4 14:46:42 nuc ROUTEDNS: 0xc000f4faa0?}, 0x2ca0?, 0xb9?}) Sep 4 14:46:42...
Yup, seems to work. Will let it run for a while and report back on stability. ``` dig -x 192.168.1.1 @192.168.1.xx ; DiG 9.10.6 -x 192.168.1.1 @192.168.1.xx ;; global options:...
Looks like it works as expected. For me this can be merged/closed.
Maybe [GoResolver](https://pkg.go.dev/github.com/hazcod/goresolver) would help or provided the needed insights/speedup?