Iceberg is just the DNS server, not a nameserver

This commit is contained in:
~vern 2023-11-23 02:39:36 +00:00
parent 4cc8eb43f4
commit acb7e9cda7
2 changed files with 1 additions and 31 deletions

View File

@ -4,7 +4,7 @@
Currently its deployed on vern.cc and vern0.me, both the domains we manage
The slave is hosted on Iceberg and Typhoon, and the master is on Mythos.
The slave is hosted on Typhoon, and the master is on Mythos.
We use the `knot` package from https://deb.knot-dns.cz/knot-latest.

View File

@ -1,30 +0,0 @@
; To be placed in /var/lib/knot/zones/vern0.me.zone
$ORIGIN vern0.me. ; 'default' domain as FQDN for this zone
$TTL 86400 ; default time-to-live for this zone
vern0.me. IN SOA ns1.vern0.me. ns2.vern0.me. (
2022121601 ;Serial
14400 ;Refresh
3600 ;Retry
1209600 ;Expire
3600 ;Negative response caching TTL
)
; The nameserver that are authoritative for this zone.
@ IN NS ns1.vern0.me.
@ IN NS ns2.vern0.me.
; these A records below are equivalent
@ A 5.161.108.85
* A 5.161.108.85
ns1.vern0.me. A 5.161.108.85
ns2.vern0.me. A 167.114.67.70
modoboa._domainkey.vern0.me. IN TXT (
"v=DKIM1;k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHWx57YT7PrtlLXvv8C1"
"5o88pByJOunrkySwk4297jMF3mXGOUbnKd79DxdilTMB6SkYU2AQ98cO3X43/1ab1wUND8yfpC"
"HUD2nxPEAJ3NNaFhKzNr2ta8Hnj05yF4lcczGUNazhoR1KZn2OzS4twUIYW40mD2PdOMPr4sjf"
"n1CwIDAQAB")
@ TXT "v=spf1 a mx ip4:5.161.108.85 ~all"
_dmarc TXT "v=DMARC1; p=quarantine; pct=100; rua=mailto:dmarc-reports@vern0.me"
vern0.me. MX 10 mail.vern0.me.
85.108.161.5.in-addr.arpa. PTR vern0.me.