Re: Crafting a NOTIFY message from the command line?

2024-03-21 Thread Arsen STASIC
* Petr Špaček [2024-03-20 09:32 (+0100)]: > On 19. 03. 24 23:10, Anand Buddhdev wrote: > > You can try something like: > > > > dig +norec +opcode=notify soa @server > > As an alternative, script > https://github.com/rthalley/dnspython/blob/main/examples/send_notify.py > allows you to specify SO

Re: TLS Statistics

2023-08-02 Thread Arsen STASIC
Hi, we stumbled over the same issue and we didn't want to wait for the change request to be implemented so we run DoT as a separate process. Running two or more named processes has a downside if they are operated in recursive mode, the cache isn't shared and therefor provably not as hot. This shou

bind 9.16 vs. 9.14 tcp client connections

2020-03-05 Thread Arsen STASIC
Hi, Bind 9.16 was installed on 3/2 15:45 and tcp connections ramped up to maximum: rndc status | grep -i tcp tcp clients: 102/150 TCP high-water: 150 Switching back to bind 9.14 on 3/4 15:45 shows "normal" tcp client behavior: rndc status | grep -i tcp tcp clients: 29/150 TCP h

Re: DNSSEC -> subdomains -> keys

2019-12-09 Thread Arsen STASIC
Hi Elimar, * Elimar Riesebieter [2019-12-07 15:24 (+0100)]: Hi all, is it possible to have one key pair for DNSSEC to sign subdomains in different zonefiles? I know you have asked on bind-users, but OpenDNSSEC can do that. But what do you want to achieve? -ars