From ae43b0859bcced120e7fb08cda003c1c8149fa44 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Aug 2018 20:53:30 +0000 Subject: [PATCH] note to be account-specific --- lib/relay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/relay.js b/lib/relay.js index 9b66d26..fdaeb59 100644 --- a/lib/relay.js +++ b/lib/relay.js @@ -373,6 +373,7 @@ var Server = { , [ 2 , 'grant' , [ ['ssh+https', grant.domains[0], 443 ] + // TODO this should be account-specific , ['ssh', 'ssh.' + state.config.sharedDomain, grant.ports ] , ['tcp', 'tcp.' + state.config.sharedDomain, grant.ports ] , ['https', grant.domains[0] ]