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
|
||||
|
|
|
@ -5,13 +5,12 @@ pim.kunis.nl. IN SOA ns.pim.kunis.nl. pim.kunis.nl. 2023041400 1800 3600 120960
|
|||
|
||||
NS ns.pim.kunis.nl.
|
||||
A 84.245.14.149
|
||||
AAAA 2a02:58:19a:f730:b62e:99ff:fe77:1bda
|
||||
# AAAA 2a02:58:19a:f730:b62e:99ff:fe77:1bda
|
||||
TXT "v=spf1 ~all"
|
||||
|
||||
_dmarc IN TXT "v=DMARC1; p=reject; aspf=s; adkim=s; rua=mailto:wpux1bq8@ag.eu.dmarcian.com;"
|
||||
|
||||
www IN A 84.245.14.149
|
||||
IN AAAA 2a02:58:19a:f730:b62e:99ff:fe77:1bda
|
||||
ns IN A 84.245.14.149
|
||||
IN AAAA 2a02:58:19a:f730:c8fe:c0ff:feff:ee07
|
||||
|
||||
|
@ -22,3 +21,5 @@ meet IN CNAME www.pim.kunis.nl.
|
|||
rss IN CNAME www.pim.kunis.nl.
|
||||
latex IN CNAME www.pim.kunis.nl.
|
||||
md IN CNAME www.pim.kunis.nl.
|
||||
swarm IN CNAME www.pim.kunis.nl.
|
||||
traefik IN CNAME www.pim.kunis.nl.
|
||||
|
|
|
@ -14,6 +14,5 @@ pizzapim.nl. IN SOA ns.pizzapim.nl. pim.kunis.nl. 2023031700 1800 3600 1209600
|
|||
_dmarc IN TXT "v=DMARC1; p=reject; aspf=s; adkim=s; rua=mailto:wpux1bq8@ag.eu.dmarcian.com;"
|
||||
|
||||
social IN A 84.245.14.149
|
||||
AAAA 2a02:58:19a:f730:b62e:99ff:fe77:1bda
|
||||
ns IN A 84.245.14.149
|
||||
AAAA 2a02:58:19a:f730:c8fe:c0ff:feff:ee07
|
||||
|
|
Reference in a new issue