Skip to content

Commit

Permalink
Merge pull request #671 from Jigsaw-Code/fortuna-release
Browse files Browse the repository at this point in the history
Release attempt 2
  • Loading branch information
fortuna authored May 29, 2020
2 parents 66b66ef + bc8d228 commit 99bb2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shadowbox/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN ROOT_DIR=/ yarn do shadowbox/server/build
FROM node@sha256:12b2154fb459fa5f42c54771524609db041e7ef3465935d0ca82940d2d72669d

# Versions can be found at https://github.com/Jigsaw-Code/outline-ss-server/releases
ARG SS_VERSION=1.1.3
ARG SS_VERSION=1.1.4

# Save metadata on the software versions we are using.
LABEL shadowbox.node_version=12.16.3
Expand Down
2 changes: 1 addition & 1 deletion src/shadowbox/server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async function main() {
getPersistentFilename('outline-ss-server/config.yml'), verbose, ssMetricsLocation)
.enableCountryMetrics(MMDB_LOCATION);
// Add rollout at 0%, so we can override in the config.
const isReplayProtectionEnabled = createRolloutTracker(serverConfig).isRolloutEnabled('replay-protection', 0);
const isReplayProtectionEnabled = createRolloutTracker(serverConfig).isRolloutEnabled('replay-protection', 1);
logging.info(`Replay protection enabled: ${isReplayProtectionEnabled}`);
if (isReplayProtectionEnabled) {
shadowsocksServer.enableReplayProtection();
Expand Down

0 comments on commit 99bb2cb

Please sign in to comment.