[no ci] fix: sites directly on skynet now relate to the root domain
This commit is contained in:
parent
4938aee412
commit
73e7406b37
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
|||
skynet_dns.records = [
|
||||
# means root domain, so skynet.ie
|
||||
{record="@"; r_type="A"; value=cfg.host.ip;}
|
||||
{record="2016"; r_type="CNAME"; value="skynet";}
|
||||
{record="discord"; r_type="CNAME"; value="skynet";}
|
||||
{record="2016"; r_type="CNAME"; value="@";}
|
||||
{record="discord"; r_type="CNAME"; value="@";}
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
|
|
Loading…
Reference in a new issue