This website requires JavaScript.
Explore
Help
Sign In
frodovdr
/
raspap-webgui
Watch
1
Star
0
Fork
0
You've already forked raspap-webgui
mirror of
https://github.com/billz/raspap-webgui.git
synced
2025-03-01 10:31:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
raspap-webgui
/
installers
/
openvpnlog.sh
4 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
Implement openvpn logging
2021-02-09 21:57:15 +00:00
#!/bin/bash
touch /tmp/openvpn.log
Improve OpenVPN logging, thx @frankozland
2024-08-11 09:38:57 +02:00
journalctl -n
500
|
grep
"openvpn\["
|
sudo tee /tmp/openvpn.log
Reference in New Issue
Copy Permalink