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

Fix path to binary

parent 3dd9460d
No related branches found
No related tags found
No related merge requests found
Pipeline #109508 passed
#!/bin/sh #!/bin/sh
echo "Starting obfsvpn" echo "Starting obfsvpn"
exec /usr/local/bin/obfsvpn -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/obfsvpn-server -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