Re: ask about bind9 logging function: How can I log the service port number (eg. 53, 443, 853) in my log of `queries` category

2024-11-26 Thread Petr Špaček
On 26. 11. 24 10:08, n/a via bind-users wrote: I am a new user in bind9. I have setup my DNS server with port 53, port 443 (DoH), and port 853 (DoT). And now, in my logging file of `queries` category, one query example shows as below: 26-Nov-2024 03:55:41.524 queries: info: client @0x7f21ba9

ask about bind9 logging function: How can I log the service port number (eg. 53, 443, 853) in my log of `queries` category

2024-11-26 Thread n/a via bind-users
Hello, I am a new user in bind9. I have setup my DNS server with port 53, port 443 (DoH), and port 853 (DoT). And now, in my logging file of `queries` category, one query example shows as below:     26-Nov-2024 03:55:41.524 queries: info: client @0x7f21ba9b3000 111.11.11.109#61713 (ust.hk): q

Re: Accidentally ran rndc-confgen on a working BIND box

2024-11-26 Thread Greg Choules via bind-users
Hi Luis. Running "named-checkconf -p" will print your entire named configuration, following any include files. There *must* be a "controls" section in there or rndc could not work, since, from the ARM: > all communication with the server is authenticated with digital signatures... I encourage you t