dnscontrol: Use AAAA record
We switched our Hetzner server to use only IPv6 address which saves us 0.6 euros per month. So switch to the use of AAAA record.
This commit is contained in:
parent
c6b594443e
commit
4440f476fc
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ var DNS_DESEC = NewDnsProvider('desec');
|
|||
|
||||
D('sanchayanmaity.net', REG_NONE, DnsProvider(DNS_DESEC),
|
||||
DefaultTTL("1h"),
|
||||
A('@', '157.90.118.14'),
|
||||
AAAA("@", '2a01:4f8:1c1c:30e9::1'),
|
||||
CAA("@", "issue", "letsencrypt.org"),
|
||||
CNAME("git" , "sanchayanmaity.net."),
|
||||
CNAME("www" , "sanchayanmaity.net."),
|
||||
|
@ -43,7 +43,7 @@ D('sanchayanmaity.net', REG_NONE, DnsProvider(DNS_DESEC),
|
|||
|
||||
D('sanchayanmaity.com', REG_NONE, DnsProvider(DNS_DESEC),
|
||||
DefaultTTL("1h"),
|
||||
A('@', '157.90.118.14'),
|
||||
AAAA("@", '2a01:4f8:1c1c:30e9::1'),
|
||||
CAA("@", "issue", "letsencrypt.org"),
|
||||
CNAME("git" , "sanchayanmaity.com."),
|
||||
CNAME("www" , "sanchayanmaity.com."),
|
||||
|
|
Loading…
Reference in a new issue