dns: +r1.jakstys.lt
This commit is contained in:
parent
e11bd38e3e
commit
f5c7f83808
13
data.nix
13
data.nix
@ -171,7 +171,7 @@ rec {
|
||||
@ 86400 SOA ns1.jakstys.lt. motiejus.jakstys.lt. (2023100800 86400 86400 86400 86400)
|
||||
@ 86400 NS ns1.jakstys.lt.
|
||||
@ 86400 NS ns2.jakstys.lt.
|
||||
@ 3600 HTTPS 1 . alpn="h3,h2" ipv4hint="${vno1}"
|
||||
@ HTTPS 1 . alpn="h3,h2" ipv4hint="${vno1}"
|
||||
@ A ${vno1}
|
||||
www A ${vno1}
|
||||
photos A ${hosts."fwminex.servers.jakst".jakstIP}
|
||||
@ -179,10 +179,11 @@ rec {
|
||||
ns2 86400 A ${fra1b}
|
||||
vpn A ${vno1}
|
||||
git A ${vno1}
|
||||
git 3600 HTTPS 1 . alpn="h3,h2" ipv4hint="${vno1}"
|
||||
git HTTPS 1 . alpn="h3,h2" ipv4hint="${vno1}"
|
||||
auth A ${vno1}
|
||||
dl A ${vno1}
|
||||
fra1-b A ${fra1b}
|
||||
r1 A ${vno1}
|
||||
|
||||
@ 86400 TXT google-site-verification=sU99fmO8gEJF-0lbOY-IzkovC6MXsP3Gozqrs8BR5OM
|
||||
@ 86400 TXT hosted-email-verify=rvyd6h64
|
||||
@ -214,7 +215,7 @@ rec {
|
||||
_acme-endpoint.hass NS ns._acme-endpoint.hass
|
||||
ns._acme-endpoint.hass A ${vno1}
|
||||
|
||||
bitwarden 3600 HTTPS 1 . alpn="h3,h2" ipv4hint="${
|
||||
bitwarden HTTPS 1 . alpn="h3,h2" ipv4hint="${
|
||||
hosts."fwminex.servers.jakst".jakstIP
|
||||
}"
|
||||
bitwarden A ${hosts."fwminex.servers.jakst".jakstIP}
|
||||
@ -222,9 +223,13 @@ rec {
|
||||
_acme-endpoint.bitwarden NS ns._acme-endpoint.bitwarden
|
||||
ns._acme-endpoint.bitwarden A ${vno1}
|
||||
|
||||
hdd 3600 A ${hosts."vno3-nk.servers.jakst".jakstIP}
|
||||
hdd A ${hosts."vno3-nk.servers.jakst".jakstIP}
|
||||
_acme-challenge.hdd CNAME _acme-endpoint.hdd
|
||||
_acme-endpoint.hdd NS ns._acme-endpoint.hdd
|
||||
ns._acme-endpoint.hdd A ${vno1}
|
||||
|
||||
_acme-challenge.r1 CNAME _acme-endpoint.r1
|
||||
_acme-endpoint.r1 NS ns._acme-endpoint.r1
|
||||
ns._acme-endpoint.r1 A ${vno1}
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user