mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Mark ans10 as UDP only
This commit is contained in:
parent
8f3538af45
commit
6b2a6bb07c
@ -52,6 +52,10 @@ options {
|
|||||||
disable-algorithms "badalg.secure.example." { ECDSAP256SHA256; };
|
disable-algorithms "badalg.secure.example." { ECDSAP256SHA256; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
server 10.53.0.10 {
|
||||||
|
require-cookie no;
|
||||||
|
};
|
||||||
|
|
||||||
{% if not managed_key %}
|
{% if not managed_key %}
|
||||||
include "trusted.conf";
|
include "trusted.conf";
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user