dns: increase timeouts
This commit is contained in:
parent
86ee4ee571
commit
b14e7b2812
16
data.nix
16
data.nix
|
@ -94,14 +94,14 @@ rec {
|
|||
@ MX 30 aspmx2.googlemail.com.
|
||||
@ MX 30 aspmx3.googlemail.com.
|
||||
|
||||
grafana 600 A ${hosts."vno1-oh2.servers.jakst".jakstIP}
|
||||
_acme-challenge.grafana 600 CNAME _acme-endpoint.grafana
|
||||
_acme-endpoint.grafana 600 NS ns._acme-endpoint.grafana
|
||||
ns._acme-endpoint.grafana 600 A ${vno1}
|
||||
grafana A ${hosts."vno1-oh2.servers.jakst".jakstIP}
|
||||
_acme-challenge.grafana CNAME _acme-endpoint.grafana
|
||||
_acme-endpoint.grafana NS ns._acme-endpoint.grafana
|
||||
ns._acme-endpoint.grafana A ${vno1}
|
||||
|
||||
irc 600 A ${hosts."vno1-oh2.servers.jakst".jakstIP}
|
||||
_acme-challenge.irc 600 CNAME _acme-endpoint.irc
|
||||
_acme-endpoint.irc 600 NS ns._acme-endpoint.irc
|
||||
ns._acme-endpoint.irc 600 A ${vno1}
|
||||
irc A ${hosts."vno1-oh2.servers.jakst".jakstIP}
|
||||
_acme-challenge.irc CNAME _acme-endpoint.irc
|
||||
_acme-endpoint.irc NS ns._acme-endpoint.irc
|
||||
ns._acme-endpoint.irc A ${vno1}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue