krebs/zones: # is not a comment in dns zones ...

This commit is contained in:
Felix Richter 2015-08-17 00:43:44 +02:00
parent 7a8ad46524
commit 34d65d2c69

View File

@ -167,12 +167,13 @@ let
# TODO: configure the default somewhere else,
# maybe use krebs.dns.providers
default = {
# github.io -> 192.30.252.154
"krebsco.de" = ''
$TTL 86400
@ IN SOA dns19.ovh.net. tech.ovh.net. (2015052000 86400 3600 3600000 86400)
IN NS ns19.ovh.net.
IN NS dns19.ovh.net.
# github.io
IN A 192.30.252.154
IN A 192.30.252.153
'';