dns: fix skynet past domains to skynet server.
This commit is contained in:
parent
cd5161645c
commit
9dfb22092e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
skynet_dns.records = [
|
skynet_dns.records = [
|
||||||
# means root domain, so skynet.ie
|
# means root domain, so skynet.ie
|
||||||
{record="@"; r_type="A"; value=cfg.host.ip;}
|
{record="@"; r_type="A"; value=cfg.host.ip;}
|
||||||
{record="2016"; r_type="CNAME"; value="skynet.ie";}
|
{record="2016"; r_type="CNAME"; value="skynet";}
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [80 443];
|
networking.firewall.allowedTCPPorts = [80 443];
|
||||||
|
|
Loading…
Reference in a new issue