mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 14:07:36 +01:00 
			
		
		
		
	clarify that the external address can be either an IP or a domain name
This commit is contained in:
		| @@ -430,9 +430,10 @@ tls-auth tls-auth.key 0" >> /etc/openvpn/server.conf | ||||
| 		echo "" | ||||
| 		echo "Looks like your server is behind a NAT!" | ||||
| 		echo "" | ||||
| 		echo "If your server is NATed (e.g. LowEndSpirit, Scaleway), I need to know the external IP" | ||||
| 		echo "If that's not the case, just ignore this and leave the next field blank" | ||||
| 		read -p "External IP: " -e USEREXTERNALIP | ||||
|                 echo "If your server is NATed (e.g. LowEndSpirit, Scaleway, or behind a router)," | ||||
|                 echo "then I need to know the address that can be used to access it from outside." | ||||
|                 echo "If that's not the case, just ignore this and leave the next field blank" | ||||
|                 read -p "External IP or domain name: " -e USEREXTERNALIP | ||||
| 		if [[ "$USEREXTERNALIP" != "" ]]; then | ||||
| 			IP=$USEREXTERNALIP | ||||
| 		fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jtbr
					jtbr