mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Remove "local" parameter
Revert ad3c223385
On some servers, this prevented OpenVPN to start on boot. (Socket bind failed on local address [AF_INET] IP:1194 Cannot assign requested address)
			
			
This commit is contained in:
		| @@ -428,8 +428,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service | ||||
| 	chmod 644 /etc/openvpn/crl.pem | ||||
|  | ||||
| 	# Generate server.conf | ||||
| 	echo "local $IP" > /etc/openvpn/server.conf | ||||
| 	echo "port $PORT" >> /etc/openvpn/server.conf | ||||
| 	echo "port $PORT" > /etc/openvpn/server.conf | ||||
| 	if [[ "$PROTOCOL" = 'UDP' ]]; then | ||||
| 		echo "proto udp" >> /etc/openvpn/server.conf | ||||
| 	elif [[ "$PROTOCOL" = 'TCP' ]]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Angristan
					Angristan