move cf tunnels
This commit is contained in:
parent
31c2d9db11
commit
6339caa4fc
@ -33,10 +33,9 @@ D_EXTEND(
|
|||||||
// CF tunnels
|
// CF tunnels
|
||||||
cf_pages_burble_com = 'sites-burble-com.pages.dev.'
|
cf_pages_burble_com = 'sites-burble-com.pages.dev.'
|
||||||
cf_pages_dn42_burble_com = 'sites-dn42-burble-com.pages.dev.'
|
cf_pages_dn42_burble_com = 'sites-dn42-burble-com.pages.dev.'
|
||||||
cf_tun_burble_com = '66e92c32-22af-4a70-9fd6-e94cd399d444.cfargotunnel.com.'
|
cf_tun_ch_zur1 = 'b276fbd1-d19d-45ef-a3f8-e3463410d2b7.cfargotunnel.com.'
|
||||||
cf_tun_svcs = '56612ed6-5c0a-4578-8ef8-179043ded4eb.cfargotunnel.com.'
|
cf_tun_de_fra1 = 'ac79fe6f-be91-4f20-aae3-35cccee29bbd.cfargotunnel.com.'
|
||||||
cf_tun_uptime = 'b276fbd1-d19d-45ef-a3f8-e3463410d2b7.cfargotunnel.com.'
|
cf_tun_fr_par1 = '2778e8d1-ca30-4c42-8886-b22c8325468b.cfargotunnel.com.'
|
||||||
cf_tun_send = '2778e8d1-ca30-4c42-8886-b22c8325468b.cfargotunnel.com.'
|
|
||||||
|
|
||||||
D_EXTEND(
|
D_EXTEND(
|
||||||
domain,
|
domain,
|
||||||
@ -51,16 +50,15 @@ D_EXTEND(
|
|||||||
|
|
||||||
// DN42 services
|
// DN42 services
|
||||||
|
|
||||||
CNAME('explorer', cf_tun_svcs, CF_PROXY_ON),
|
CNAME('explorer', cf_tun_de_fra1, CF_PROXY_ON),
|
||||||
CNAME('lg', cf_tun_svcs, CF_PROXY_ON),
|
CNAME('lg', cf_tun_de_fra1, CF_PROXY_ON),
|
||||||
CNAME('git', cf_tun_svcs, CF_PROXY_ON),
|
CNAME('git', cf_tun_de_fra1, CF_PROXY_ON),
|
||||||
CNAME('paste', cf_tun_svcs, CF_PROXY_ON),
|
CNAME('paste', cf_tun_de_fra1, CF_PROXY_ON),
|
||||||
CNAME('wiki', cf_tun_svcs, CF_PROXY_ON),
|
CNAME('wiki', cf_tun_de_fra1, CF_PROXY_ON),
|
||||||
CNAME('grafana', cf_tun_svcs, CF_PROXY_ON),
|
CNAME('grafana', cf_tun_de_fra1, CF_PROXY_ON),
|
||||||
CNAME('lounge', cf_tun_svcs, CF_PROXY_ON),
|
CNAME('lounge', cf_tun_de_fra1, CF_PROXY_ON),
|
||||||
CNAME('wormhole', cf_tun_burble_com, CF_PROXY_ON),
|
CNAME('uptime', cf_tun_ch_zur1, CF_PROXY_ON),
|
||||||
CNAME('uptime', cf_tun_uptime, CF_PROXY_ON),
|
CNAME('send', cf_tun_fr_par1, CF_PROXY_ON),
|
||||||
CNAME('send', cf_tun_send, CF_PROXY_ON),
|
|
||||||
|
|
||||||
// fr-rbx1 redirect
|
// fr-rbx1 redirect
|
||||||
CNAME('fr-rbx1', 'fr-par1.burble.com.'),
|
CNAME('fr-rbx1', 'fr-par1.burble.com.'),
|
||||||
@ -71,24 +69,6 @@ D_EXTEND(
|
|||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// nodes
|
// nodes
|
||||||
|
|
||||||
// special cases / test servers
|
|
||||||
|
|
||||||
//D_EXTEND(
|
|
||||||
// domain,
|
|
||||||
|
|
||||||
//A( 'shell.fr-rbx1', '178.33.134.8'),
|
|
||||||
//AAAA('shell.fr-rbx1', '2001:41d0:8:127:216:3eff:feae:51a8'),
|
|
||||||
//A( 'shell.ca-bhs2', '66.70.155.200'),
|
|
||||||
//AAAA('shell.ca-bhs2', '2607:5300:60:3741:216:3eff:fed7:2ceb'),
|
|
||||||
|
|
||||||
// fr-nte1 aliases
|
|
||||||
//AAAA('orange.fr-nte1', '2a01:cb05:8fdb:2555:6c14:ecff:feb1:50c5'),
|
|
||||||
//AAAA('free.fr-nte1', '2a01:e0a:46a:2785:488a:edff:fe80:c54f')
|
|
||||||
|
|
||||||
// A('uk-bri1', '2.222.170.2')
|
|
||||||
//);
|
|
||||||
|
|
||||||
|
|
||||||
// normal nodes
|
// normal nodes
|
||||||
|
|
||||||
nodes.forEach(function(n) {
|
nodes.forEach(function(n) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user