make DNS configuration consistent
This commit is contained in:
6
data.nix
6
data.nix
@@ -39,16 +39,16 @@ rec {
|
||||
@ SOA ns1.jakstys.lt. motiejus.jakstys.lt. (2023032100 86400 86400 86400 86400)
|
||||
@ NS ns1.jakstys.lt.
|
||||
@ NS ns2.jakstys.lt.
|
||||
@ A ${ips.hel1a}
|
||||
www A ${ips.hel1a}
|
||||
@ 600 A ${ips.hel1a}
|
||||
www 600 A ${ips.hel1a}
|
||||
ns1 A ${ips.vno1}
|
||||
ns2 A ${ips.hel1a}
|
||||
beta A ${ips.hel1a}
|
||||
turn A ${ips.hel1a}
|
||||
vpn A ${ips.hel1a}
|
||||
git A ${ips.hel1a}
|
||||
auth A ${ips.hel1a}
|
||||
dl A ${ips.vno1}
|
||||
fwmine A ${ips.hel1a}
|
||||
hel1-a A ${ips.hel1a}
|
||||
vno1 A ${ips.vno1}
|
||||
@ MX 10 aspmx.l.google.com.
|
||||
|
||||
Reference in New Issue
Block a user