Merge branch 'master' into commercial

This commit is contained in:
AJ ONeal 2018-08-02 20:54:04 +00:00
commit c44608cbe7
1 changed files with 1 additions and 0 deletions

View File

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