Skip to content

Commit

Permalink
genconfig: Fix typo, use Docker for port mapping
Browse files Browse the repository at this point in the history
* Use docker run ... -p 1337:1194/udp kylemanna/openvpn
  • Loading branch information
kylemanna committed Jul 6, 2014
1 parent d412ce9 commit f1e85c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/ovpn_genconfig
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ push "dhcp-option DNS 8.8.4.4"
push "dhcp-option DNS 8.8.8.8"
proto $OVPN_PROTO
port $OVPN_PORT
# Rely on Docker to do port mapping, internally always 1194
port 1194
dev tun0
status /tmp/openvpn-status.log
Expand Down

0 comments on commit f1e85c9

Please sign in to comment.