mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Merge pull request #370 from Jigsaw-Code/fortuna-rollout
Rollout single port to 20%
This commit is contained in:
commit
692c552138
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ async function main() {
|
|||
// - update `install_server.sh` to stop using `--net=host` for new servers (old servers are stuck
|
||||
// with that forever) and output new instructions for port configuration.
|
||||
// - update manger UI to provide new instructions for port configuration in manual mode.
|
||||
if (createRolloutTracker(serverConfig).isRolloutEnabled('single-port', 0)) {
|
||||
if (createRolloutTracker(serverConfig).isRolloutEnabled('single-port', 20)) {
|
||||
const portForNewAccessKeys = getPortForNewAccessKeys(serverConfig, accessKeyConfig) ||
|
||||
await reservePortForNewAccessKeys(portProvider, serverConfig);
|
||||
accessKeyRepository.enableSinglePort(portForNewAccessKeys);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue