Add extra dns server

This commit is contained in:
Greg Hellings
2022-11-14 22:49:49 -06:00
parent a4e4de17de
commit c6e1978d97
+1 -1
View File
@@ -30,7 +30,7 @@ let
# "dhcp-range=eth0,10.42.0.1,10.42.1.255,255.255.0.0,static" # "dhcp-range=eth0,10.42.0.1,10.42.1.255,255.255.0.0,static"
"dhcp-range=eth0,10.42.2.1,10.42.2.255,255.255.0.0,12h" "dhcp-range=eth0,10.42.2.1,10.42.2.255,255.255.0.0,12h"
"dhcp-option=eth0,option:router,10.42.1.1" "dhcp-option=eth0,option:router,10.42.1.1"
"dhcp-option=eth0,option:dns-server,10.42.1.2" "dhcp-option=eth0,option:dns-server,10.42.1.2,1.1.1.1"
"dhcp-option=eth0,option:domain-search,thehellings.lan" "dhcp-option=eth0,option:domain-search,thehellings.lan"
"dhcp-range=vlan66@eth0,192.168.66.3,192.168.66.150,255.255.255.0,12h" "dhcp-range=vlan66@eth0,192.168.66.3,192.168.66.150,255.255.255.0,12h"