Skip to content
Snippets Groups Projects
Unverified Commit dff84fb5 authored by micah's avatar micah :speech_balloon:
Browse files

Fix flag for state location of obfsvpn

parent 46cd9d07
Branches
Tags
No related merge requests found
Pipeline #109509 passed
#!/bin/sh
echo "Starting obfsvpn"
exec /usr/local/bin/obfsvpn-server -addr ${LHOST}:${OBFSPORT} -vpn ${RHOST}:${RPORT} -state /srv/leap/obfsvpn-server -c /srv/leap/shapeshifter-state/obfs4_state.json
exec /usr/local/bin/obfsvpn-server -addr ${LHOST}:${OBFSPORT} -vpn ${RHOST}:${RPORT} -state /srv/leap/shapeshifter-state -c /srv/leap/shapeshifter-state/obfs4_state.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment