add dns records for proton
add iris host to dnsmasq
This commit is contained in:
parent
28f79def29
commit
cb8a94f795
2 changed files with 36 additions and 26 deletions
|
@ -21,6 +21,7 @@ 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=ca:fe:c0:ff:ee:08,maestro,192.168.30.8
|
||||||
dhcp-host=d8:5e:d3:47:33:6e,lewis
|
dhcp-host=d8:5e:d3:47:33:6e,lewis
|
||||||
dhcp-host=ca:fe:c0:ff:ee:0b,alexander
|
dhcp-host=ca:fe:c0:ff:ee:0b,alexander
|
||||||
|
dhcp-host=dc:a6:32:7b:e2:11,iris,192.168.30.9
|
||||||
# Advertise router
|
# Advertise router
|
||||||
dhcp-option=3,192.168.30.1
|
dhcp-option=3,192.168.30.1
|
||||||
# Always send the IPv6 DNS server address (this machine)
|
# Always send the IPv6 DNS server address (this machine)
|
||||||
|
|
|
@ -8,7 +8,6 @@ geokunis2.nl. IN SOA ns.geokunis2.nl. niels.kunis.nl. 2023050400 1800 3600 12096
|
||||||
NS ns2.transip.eu.
|
NS ns2.transip.eu.
|
||||||
A 84.245.14.149
|
A 84.245.14.149
|
||||||
AAAA 2a02:58:19a:f730:b62e:99ff:fe77:1bda
|
AAAA 2a02:58:19a:f730:b62e:99ff:fe77:1bda
|
||||||
; MX 0 .
|
|
||||||
; TXT "v=spf1 -all"
|
; TXT "v=spf1 -all"
|
||||||
CAA 0 issue "letsencrypt.org"
|
CAA 0 issue "letsencrypt.org"
|
||||||
mail IN A 84.245.14.149
|
mail IN A 84.245.14.149
|
||||||
|
@ -21,9 +20,19 @@ wg6 IN AAAA 2a02:58:1:e::1afb
|
||||||
kms IN A 84.245.14.149
|
kms IN A 84.245.14.149
|
||||||
files IN A 84.245.14.149
|
files IN A 84.245.14.149
|
||||||
files IN AAAA 2a02:58:19a:f730:b62e:99ff:fe77:1bda
|
files IN AAAA 2a02:58:19a:f730:b62e:99ff:fe77:1bda
|
||||||
_dmarc IN TXT "v=DMARC1; p=reject; fo=0; adkim=s; aspf=s; pct=100; rf=afrf; sp=reject"
|
|
||||||
ns A 84.245.14.149
|
ns A 84.245.14.149
|
||||||
AAAA 2a02:58:19a:f730:c8fe:c0ff:feff:ee07
|
AAAA 2a02:58:19a:f730:c8fe:c0ff:feff:ee07
|
||||||
cyberchef IN A 84.245.14.149
|
cyberchef IN A 84.245.14.149
|
||||||
AAAA 2a02:58:19a:f730:c8fe:c0ff:feff:ee03
|
AAAA 2a02:58:19a:f730:c8fe:c0ff:feff:ee03
|
||||||
inbucket IN A 84.245.14.149
|
inbucket IN A 84.245.14.149
|
||||||
|
|
||||||
|
; proton shizzle
|
||||||
|
@ IN TXT "protonmail-verification=e712bb186d5278b3775b413b8851ffc7740e845b"
|
||||||
|
@ IN TXT "sl-verification=sgrkojlcdgroiyjihxfleicgtpzgcb"
|
||||||
|
@ IN MX 10 mx1.simplelogin.co.
|
||||||
|
@ IN MX 20 mx2.simplelogin.co.
|
||||||
|
@ IN TXT "v=spf1 include:simplelogin.co ~all"
|
||||||
|
dkim02._domainkey IN CNAME dkim02._domainkey.simplelogin.co.
|
||||||
|
dkim._domainkey IN CNAME dkim._domainkey.simplelogin.co.
|
||||||
|
dkim03._domainkey IN CNAME dkim03._domainkey.simplelogin.co.
|
||||||
|
_dmarc IN TXT "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s"
|
||||||
|
|
Reference in a new issue