add wormhole
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2022-04-04 14:09:33 +01:00
parent e9fca860d5
commit 6a9b9d253c
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8

View File

@ -51,16 +51,18 @@ D_EXTEND(
// DN42 services
CNAME('explorer', cf_tun_svcs, CF_PROXY_ON),
CNAME('lg', cf_tun_svcs, CF_PROXY_ON),
CNAME('collector', cf_tun_collector, CF_PROXY_ON),
CNAME('grc', cf_tun_collector, CF_PROXY_ON),
CNAME('lg-grc', cf_tun_collector, CF_PROXY_ON),
CNAME('git', cf_tun_svcs, CF_PROXY_ON),
CNAME('paste', cf_tun_svcs, CF_PROXY_ON),
CNAME('wiki', cf_tun_svcs, CF_PROXY_ON),
CNAME('grafana', cf_tun_svcs, CF_PROXY_ON),
CNAME('lounge', cf_tun_svcs, CF_PROXY_ON)
CNAME('explorer', cf_tun_svcs, CF_PROXY_ON),
CNAME('lg', cf_tun_svcs, CF_PROXY_ON),
// CNAME('collector', cf_tun_collector, CF_PROXY_ON),
// CNAME('grc', cf_tun_collector, CF_PROXY_ON),
// CNAME('lg-grc', cf_tun_collector, CF_PROXY_ON),
CNAME('git', cf_tun_svcs, CF_PROXY_ON),
CNAME('paste', cf_tun_svcs, CF_PROXY_ON),
CNAME('wiki', cf_tun_svcs, CF_PROXY_ON),
CNAME('grafana', cf_tun_svcs, CF_PROXY_ON),
CNAME('lounge', cf_tun_svcs, CF_PROXY_ON),
CNAME('wormhole', cf_tun_burble_com, CF_PROXY_ON)
);