genconfig: Fix typo, use Docker for port mapping
* Use docker run ... -p 1337:1194/udp kylemanna/openvpn
This commit is contained in:
		@@ -147,7 +147,8 @@ push "dhcp-option DNS 8.8.4.4"
 | 
				
			|||||||
push "dhcp-option DNS 8.8.8.8"
 | 
					push "dhcp-option DNS 8.8.8.8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
proto $OVPN_PROTO
 | 
					proto $OVPN_PROTO
 | 
				
			||||||
port $OVPN_PORT
 | 
					# Rely on Docker to do port mapping, internally always 1194
 | 
				
			||||||
 | 
					port 1194
 | 
				
			||||||
dev tun0
 | 
					dev tun0
 | 
				
			||||||
status /tmp/openvpn-status.log
 | 
					status /tmp/openvpn-status.log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user