dns icon indicating copy to clipboard operation
dns copied to clipboard

Collection of Meta's DNS Libraries

Results 4 dns issues
Sort by recently updated
recently updated
newest added

Hello, I am having issues with compiling dnswatch on Ubuntu 22.04. I installed every requirement in the README but when I run `make` I get the following error: ``` cli0@Tardis:/home/WorkSpace/dnswatch/dns/dnswatch$...

**I'm using `fbdns` version:** **Given:** ``` uname -a Linux deby.lan 6.1.0-8-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.25-1 (2023-04-22) x86_64 GNU/Linux ``` **When I run:** ``` doas apt install libbpf1 libbpf-dev libpcap0.8...

DNSRocks currently supports DOT , UDP and TCP. Let's add Dns Over Https support We could look at coredns for implementation details, as we are pretty similar to Coredns, and...

DNSRocks supports DOT, tcp and UDP. Let's add DOQ support . There is a reference DOQ implementation in Go by OARC that we could use for potential pointers: https://github.com/DNS-OARC/golang-dns-server-doq

enhancement