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 Oct 13, 2017
1 parent 90de289 commit 3f390c0
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 @@ -230,7 +230,7 @@ while getopts ":hc:df:p:R:r:t:v:" opt; do
h) usage ;;
c) cert_auth "$OPTARG" ;;
d) DNS=true ;;
f) firewall "$OPTARG"; touch $file ;;
f) firewall "$OPTARG"; touch $route $route6 ;;
p) vpnportforward "$OPTARG" ;;
R) return_route6 "$OPTARG" ;;
r) return_route "$OPTARG" ;;
Expand Down

0 comments on commit 3f390c0

Please sign in to comment.