2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 01:59:26 +00:00

Mark ans10 as UDP only

This commit is contained in:
Mark Andrews 2025-08-21 17:20:57 +10:00
parent 8f3538af45
commit 6b2a6bb07c

View File

@ -52,6 +52,10 @@ options {
disable-algorithms "badalg.secure.example." { ECDSAP256SHA256; };
};
server 10.53.0.10 {
require-cookie no;
};
{% if not managed_key %}
include "trusted.conf";
{% endif %}