summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgk <sgk@riseup.net>2024-02-22 11:26:30 +0530
committersgk <sgk@riseup.net>2024-02-22 11:26:30 +0530
commit9e7b91a99a40bfbe9d31b69b62a7635f69527a4e (patch)
treee9b50f4112f0aca45955e116ab26811669c5ef60
parent2080f5774524738264a44bb8c2f6bdd5eb580d76 (diff)
for using new image with persist flag \!77
-rw-r--r--config/services.bitmask.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/services.bitmask.yml b/config/services.bitmask.yml
index 8ad547f..622fb8f 100644
--- a/config/services.bitmask.yml
+++ b/config/services.bitmask.yml
@@ -115,7 +115,7 @@ obfsvpn:
num_instances: all
containers:
- name: obfsvpn
- image: registry.0xacab.org/leap/obfsvpn:server-main
+ image: registry.0xacab.org/leap/obfsvpn:server-feat-custom-args
# This is how float handles providing a "command" 🙃
args: /opt/obfsvpn/start_obfsvpn.sh
@@ -137,5 +137,6 @@ obfsvpn:
OBFS4_KEY_FILE: /opt/obfsvpn/data/obfs4_state.json
# necessary for traditional/non-hopping mode
OBFS4_PORT: "443"
+ PERSIST_BRIDGE_STATE: "true"
LOGLEVEL: DEBUG