fix syntax error #28
1 changed files with 5 additions and 2 deletions
|
@ -67,7 +67,10 @@ D('cyberia.club', REG_NAMECHEAP, DnsProvider(DNS_NAMECHEAP),
|
|||
CNAME('grafana', 'mothership.cyberia.club.'),
|
||||
CNAME('graffiti', 'demo.greenhouseusers.com.'),
|
||||
CNAME('helloworld', 'pigsy.cyberia.club.'),
|
||||
CNAME('imap', 'domechild.cyberia.club.'),
|
||||
CNAME('imap', 'domechild.cyberia.club.'),tube.cyberia.club {
|
||||
reverse_proxy http://192.168.0.130:8080
|
||||
}
|
||||
|
||||
CNAME('smtp', 'domechild.cyberia.club.'),
|
||||
CNAME('irc', 'basement.cyberia.club.'),
|
||||
CNAME('key1._domainkey', 'key1.nullhex.com.'),
|
||||
|
@ -153,5 +156,5 @@ D('layerze.ro', REG_GANDI, DnsProvider(DNS_GANDI),
|
|||
CNAME('headscale', 'elliot.cyberia.club.'),
|
||||
CNAME('uptime', 'layerze.ro.'),
|
||||
CNAME('tube', 'layerze.ro.'),
|
||||
CNAME('mixtape', 'layerze.ro.'),
|
||||
CNAME('mixtape', 'layerze.ro.')
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue