krebs/zones: # is not a comment in dns zones ...
This commit is contained in:
parent
7a8ad46524
commit
34d65d2c69
@ -167,12 +167,13 @@ let
|
|||||||
# TODO: configure the default somewhere else,
|
# TODO: configure the default somewhere else,
|
||||||
# maybe use krebs.dns.providers
|
# maybe use krebs.dns.providers
|
||||||
default = {
|
default = {
|
||||||
|
|
||||||
|
# github.io -> 192.30.252.154
|
||||||
"krebsco.de" = ''
|
"krebsco.de" = ''
|
||||||
$TTL 86400
|
$TTL 86400
|
||||||
@ IN SOA dns19.ovh.net. tech.ovh.net. (2015052000 86400 3600 3600000 86400)
|
@ IN SOA dns19.ovh.net. tech.ovh.net. (2015052000 86400 3600 3600000 86400)
|
||||||
IN NS ns19.ovh.net.
|
IN NS ns19.ovh.net.
|
||||||
IN NS dns19.ovh.net.
|
IN NS dns19.ovh.net.
|
||||||
# github.io
|
|
||||||
IN A 192.30.252.154
|
IN A 192.30.252.154
|
||||||
IN A 192.30.252.153
|
IN A 192.30.252.153
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user