remove ipv6 dns support for now
add domains for swarm and traefik dashboard
This commit is contained in:
parent
56d4c1491d
commit
65a28fff1e
3 changed files with 5 additions and 4 deletions
|
@ -17,6 +17,7 @@ dhcp-range=192.168.30.100,192.168.30.200,15m
|
|||
# Predefined DHCP hosts
|
||||
dhcp-host=b8:27:eb:b9:ab:e2,esrom
|
||||
dhcp-host=ca:fe:c0:ff:ee:03,max,192.168.30.3
|
||||
dhcp-host=ca:fe:c0:ff:ee:08,maestro,192.168.30.8
|
||||
dhcp-host=d8:5e:d3:47:33:6e,lewis
|
||||
# Advertise router
|
||||
dhcp-option=3,192.168.30.1
|
||||
|
@ -27,7 +28,7 @@ dhcp-range=2a02:58:19a:f730::, ra-stateless, ra-names
|
|||
# Do not advertise default gateway via DHCPv6
|
||||
ra-param=*,0,0
|
||||
# Alias public IP address to local
|
||||
alias=84.245.14.149,192.168.30.3
|
||||
alias=84.245.14.149,192.168.30.8
|
||||
# Override DNS servers for our domains
|
||||
server=/pizzapim.nl/192.168.30.7
|
||||
server=/geokunis2.nl/192.168.30.7
|
||||
|
|
Reference in a new issue