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] ]