Setup of Devuan name server sub system.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ;
- ; This is NSD's master zone file for devuan.dev
- ; (it has bind9 format)
-
- $ORIGIN devuan.io.
- $TTL 7200
-
- @ IN SOA ns2.devuan.io. ns3.devuan.io (
- 2 ; serial number for this zone file
- 21600 ; refresh
- 7200 ; retry
- 691200 ; expire
- 7200 ) ; default TTL and end of header
-
- ; NS
- ;ns1 IN NS 192.168.97.83
- @ IN NS ns2
- @ IN NS ns3
-
- ; MX
- ; @ MX 10 mail
-
- ; A / AAAA /CNAME
- ;mail IN CNAME mx.devuan.org.
- ns2 IN A 5.135.82.178
- ns3 IN A 108.61.184.72
-
- ; for letsencrypt certification of gitea.devuan.dev
- ; _acme-challenge.gitea IN TXT NJuLODxCjWy9oDHakF_nzordkVHv1fVZxo_R4uSL4F8
|