mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Add access logs (log-append)
And move log files to /var/log/openvpn. Makes more sense and access logs can be very useful.
This commit is contained in:
		| @@ -637,7 +637,8 @@ $CIPHER | ||||
| tls-server | ||||
| tls-version-min 1.2 | ||||
| tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256 | ||||
| status openvpn.log | ||||
| status /var/log/openvpn/status.log | ||||
| log-append /var/log/openvpn/server.log | ||||
| verb 3" >> /etc/openvpn/server.conf | ||||
|  | ||||
| 	# Create the sysctl configuration file if needed (mainly for Arch Linux) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Angristan
					Angristan