mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Removes trailing space within server configuration (#369)
This commit is contained in:
		 Samuel FORESTIER
					Samuel FORESTIER
				
			
				
					committed by
					
						 Stanislas
						Stanislas
					
				
			
			
				
	
			
			
			 Stanislas
						Stanislas
					
				
			
						parent
						
							df4889e49e
						
					
				
				
					commit
					676e68fe4f
				
			| @@ -738,7 +738,7 @@ ifconfig-pool-persist ipp.txt" >> /etc/openvpn/server.conf | ||||
| 			echo 'push "dhcp-option DNS 176.103.130.131"' >> /etc/openvpn/server.conf | ||||
| 		;; | ||||
| 	esac | ||||
| 	echo 'push "redirect-gateway def1 bypass-dhcp" '>> /etc/openvpn/server.conf | ||||
| 	echo 'push "redirect-gateway def1 bypass-dhcp"' >> /etc/openvpn/server.conf | ||||
|  | ||||
| 	# IPv6 network settings if needed | ||||
| 	if [[ "$IPV6_SUPPORT" = 'y' ]]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user