Disable DNS by setting port to 0.

This commit is contained in:
Joseph Hanson 2024-04-30 14:35:29 -05:00
parent 8f1a27ea5c
commit b5e9482710
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -66,6 +66,7 @@
enable = true; enable = true;
resolveLocalQueries = false; resolveLocalQueries = false;
settings = { settings = {
port=0;
dhcp-range = [ "10.1.1.1,proxy,255.255.255.0" ]; dhcp-range = [ "10.1.1.1,proxy,255.255.255.0" ];
enable-tftp = true; enable-tftp = true;
tftp-root="/srv/tftp"; tftp-root="/srv/tftp";