summaryrefslogtreecommitdiff
path: root/systems/turret/files/etc/config/dhcp
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-07 14:08:35 -0500
committerseth <[email protected]>2023-12-07 14:08:35 -0500
commit1fe8cad765116442d0adec9ad0698447601bca05 (patch)
treeae155cffbe9e158d486d824af97162e91d496d92 /systems/turret/files/etc/config/dhcp
parent76f10fc956c539d4075c05aa8c8c1e83c1295aa7 (diff)
turret: update files
Diffstat (limited to 'systems/turret/files/etc/config/dhcp')
-rw-r--r--systems/turret/files/etc/config/dhcp5
1 files changed, 0 insertions, 5 deletions
diff --git a/systems/turret/files/etc/config/dhcp b/systems/turret/files/etc/config/dhcp
index 4a471cf..f1ffd42 100644
--- a/systems/turret/files/etc/config/dhcp
+++ b/systems/turret/files/etc/config/dhcp
@@ -1,20 +1,15 @@
config dnsmasq
option domainneeded '1'
- option boguspriv '1'
- option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
- option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
- option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
- option nonwildcard '1'
option localservice '1'
option ednspacket_max '1232'
option doh_backup_noresolv '-1'