gum.r: provide iodine endpoint

gum now runs io.krebsco.de (was configured before but not exposed
via the DNS zone file)
This commit is contained in:
makefu 2017-07-02 12:41:14 +02:00
parent 38a9f8f6d5
commit 01a4ed89c7
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -308,7 +308,6 @@ with import <stockholm/lib>;
extraZones = {
"krebsco.de" = ''
wry IN A ${nets.internet.ip4.addr}
io IN NS wry.krebsco.de.
tinc IN A ${nets.internet.ip4.addr}
'';
};
@ -470,6 +469,7 @@ with import <stockholm/lib>;
wiki.euer IN A ${nets.internet.ip4.addr}
graph IN A ${nets.internet.ip4.addr}
ghook IN A ${nets.internet.ip4.addr}
io IN NS gum.krebsco.de.
'';
};
nets = rec {