Skip to content
Snippets Groups Projects
Commit ef01761d authored by sgk's avatar sgk
Browse files

config/{services.bridge*, services.introducer.yml} - upgrade obfsvpn image from 1.3.0 to 1.4.0

parent 0e22efa9
No related branches found
No related tags found
1 merge request!123plugins/action/simplevpn, config/services.bridge-hop.*, fix templating ports, upgrade obfsvpn to 1.4.0
Pipeline #281235 passed
......@@ -5,7 +5,7 @@ obfsvpn-hop-kcp:
num_instances: all
containers:
- name: obfsvpn
image: registry.0xacab.org/leap/obfsvpn:server-v1-3-0
image: registry.0xacab.org/leap/obfsvpn:server-v1-4-0
args: /opt/obfsvpn/start_obfsvpn.sh
drop_capabilities: false
docker_options: '--cap-add=NET_ADMIN --cap-add=CAP_NET_BIND_SERVICE'
......
......@@ -5,7 +5,7 @@ obfsvpn-hop-quic:
num_instances: all
containers:
- name: obfsvpn
image: registry.0xacab.org/leap/obfsvpn:server-v1-3-0
image: registry.0xacab.org/leap/obfsvpn:server-v1-4-0
args: /opt/obfsvpn/start_obfsvpn.sh
drop_capabilities: false
docker_options: '--cap-add=NET_ADMIN --cap-add=CAP_NET_BIND_SERVICE'
......
......@@ -5,7 +5,7 @@ obfsvpn-hop:
num_instances: all
containers:
- name: obfsvpn
image: registry.0xacab.org/leap/obfsvpn:server-v1-3-0
image: registry.0xacab.org/leap/obfsvpn:server-v1-4-0
args: /opt/obfsvpn/start_obfsvpn.sh
drop_capabilities: false
docker_options: '--cap-add=NET_ADMIN --cap-add=CAP_NET_BIND_SERVICE'
......
......@@ -5,7 +5,7 @@ obfsvpn-kcp:
num_instances: all
containers:
- name: obfsvpn
image: registry.0xacab.org/leap/obfsvpn:server-v1-3-0
image: registry.0xacab.org/leap/obfsvpn:server-v1-4-0
# This is how float handles providing a "command" 🙃
args: /opt/obfsvpn/start_obfsvpn.sh
......
......@@ -5,7 +5,7 @@ obfsvpn-quic:
num_instances: all
containers:
- name: obfsvpn
image: registry.0xacab.org/leap/obfsvpn:server-v1-3-0
image: registry.0xacab.org/leap/obfsvpn:server-v1-4-0
# This is how float handles providing a "command" 🙃
args: /opt/obfsvpn/start_obfsvpn.sh
......
......@@ -5,7 +5,7 @@ obfsvpn:
num_instances: all
containers:
- name: obfsvpn
image: registry.0xacab.org/leap/obfsvpn:server-v1-3-0
image: registry.0xacab.org/leap/obfsvpn:server-v1-4-0
# This is how float handles providing a "command" 🙃
args: /opt/obfsvpn/start_obfsvpn.sh
......
......@@ -5,7 +5,7 @@ obfsvpn-introducer:
num_instances: all
containers:
- name: obfsvpn
image: registry.0xacab.org/leap/obfsvpn:server-v1-3-0
image: registry.0xacab.org/leap/obfsvpn:server-v1-4-0
args: /opt/obfsvpn/start_obfsvpn.sh
ports: [443]
drop_capabilities: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment