changes because we switched dns endpoint
This commit is contained in:
parent
76fcb3a013
commit
506d39091f
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ domain=dmz
|
|||
dhcp-range=192.168.30.100,192.168.30.200,infinite
|
||||
# Predefined DHCP hosts
|
||||
dhcp-host=b8:27:eb:b9:ab:e2,esrom
|
||||
dhcp-host=b4:2e:99:77:1b:da,max
|
||||
dhcp-host=b4:2e:99:77:1b:da,max,192.168.30.3
|
||||
dhcp-host=d8:5e:d3:47:33:6e,lewis
|
||||
# Advertise router
|
||||
dhcp-option=3,192.168.30.1
|
||||
|
@ -29,9 +29,9 @@ ra-param=*,0,0
|
|||
# Alias public IP address to local
|
||||
alias=84.245.14.149,192.168.30.3
|
||||
# Override DNS servers for our domains
|
||||
server=/pizzapim.nl/192.168.30.3
|
||||
server=/geokunis2.nl/192.168.30.3
|
||||
server=/pim.kunis.nl/192.168.30.3
|
||||
server=/pizzapim.nl/192.168.30.7#5353
|
||||
server=/geokunis2.nl/192.168.30.7#5353
|
||||
server=/pim.kunis.nl/192.168.30.7#5353
|
||||
# Enable extended logging
|
||||
log-dhcp
|
||||
log-queries
|
||||
|
|
Reference in a new issue