From ce91429881c21c9ab18694884c0ccf6764cf9624 Mon Sep 17 00:00:00 2001 From: fortuna Date: Thu, 13 Dec 2018 17:41:52 -0500 Subject: [PATCH 1/3] Add TODO --- src/shadowbox/server/main.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/shadowbox/server/main.ts b/src/shadowbox/server/main.ts index a1945254..40c8a642 100644 --- a/src/shadowbox/server/main.ts +++ b/src/shadowbox/server/main.ts @@ -176,6 +176,11 @@ async function main() { const accessKeyRepository = new ServerAccessKeyRepository( portProvider, proxyHostname, accessKeyConfig, shadowsocksServer); + + // TODO(fortuna): Once single-port is fully rollout, we should: + // - 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)) { accessKeyRepository.enableSinglePort(); } From 2d9e5cfd54b08a5722ac6e2bd8140b5f0f5a12cf Mon Sep 17 00:00:00 2001 From: fortuna Date: Thu, 13 Dec 2018 18:18:59 -0500 Subject: [PATCH 2/3] Update shadowsocks version --- src/shadowbox/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shadowbox/docker/Dockerfile b/src/shadowbox/docker/Dockerfile index e62ec115..b60dc2f4 100644 --- a/src/shadowbox/docker/Dockerfile +++ b/src/shadowbox/docker/Dockerfile @@ -16,7 +16,7 @@ FROM node:8.11.3-alpine # Versions can be found at https://github.com/Jigsaw-Code/outline-ss-server/releases -ARG SS_VERSION=1.0.0 +ARG SS_VERSION=1.0.1 # Save metadata on the software versions we are using. LABEL shadowbox.node_version=8.11.3 From b9e000e8a51ed91b4da278e860a11b33deb4fe4a Mon Sep 17 00:00:00 2001 From: fortuna Date: Mon, 17 Dec 2018 10:36:58 -0500 Subject: [PATCH 3/3] Update SS_VERSION to 1.0.2 --- src/shadowbox/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shadowbox/docker/Dockerfile b/src/shadowbox/docker/Dockerfile index b60dc2f4..aacfd58a 100644 --- a/src/shadowbox/docker/Dockerfile +++ b/src/shadowbox/docker/Dockerfile @@ -16,7 +16,7 @@ FROM node:8.11.3-alpine # Versions can be found at https://github.com/Jigsaw-Code/outline-ss-server/releases -ARG SS_VERSION=1.0.1 +ARG SS_VERSION=1.0.2 # Save metadata on the software versions we are using. LABEL shadowbox.node_version=8.11.3