Return the port for new access keys from GET /server. (#552)

This was accidentally removed in #537.
This commit is contained in:
Jonathan Cohen 2020-01-08 18:29:46 -05:00 committed by GitHub
parent d59e83cd7e
commit 9400cb1fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,7 @@ export class ShadowsocksManagerService {
metricsEnabled: this.serverConfig.data().metricsEnabled || false,
createdTimestampMs: this.serverConfig.data().createdTimestampMs,
version,
portForNewAccessKeys: this.serverConfig.data().portForNewAccessKeys,
accessKeyDataLimit: this.serverConfig.data().accessKeyDataLimit
});
next();