This commit removes unused listen-on statements from the ns3 instance
in order to reduce the startup time. That should help with occasional
system test initialisation hiccups in the CI which happen because the
required instances cannot initialise in time.
pid-file "named.pid";
listen-on { 10.53.0.3; };
listen-on tls local { 10.53.0.3; }; // DoT
- listen-on-v6 tls local { fd92:7065:b8e:ffff::3; };
- listen-on tls local http local { 10.53.0.3; }; // DoH
- listen-on-v6 tls local http local { fd92:7065:b8e:ffff::3; };
- listen-on tls none http local { 10.53.0.3; }; // unencrypted DoH
- listen-on-v6 tls none http local { fd92:7065:b8e:ffff::3; };
listen-on-v6 { none; };
recursion no;
notify no;