Skip to content

Commit

Permalink
openvpn.sh derp
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Jun 20, 2017
1 parent 0651975 commit dbf0d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ vpn() { local server="$1" user="$2" pass="$3" port="${4:-1194}" i \
echo "$pass" >>$auth
chmod 0600 $auth

[[ "${4:-""}" ]] && firewall $port
[[ "${FIREWALL:-""}" || -e $file ]] && [[ "${4:-""}" ]] && firewall $port
}

### vpnportforward: setup vpn port forwarding
Expand Down

0 comments on commit dbf0d99

Please sign in to comment.