This website requires JavaScript.
Explore
Help
Register
Sign In
allanger
/
container-openvpn
Watch
1
Star
0
Fork
0
You've already forked container-openvpn
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
Activity
42d95bd77a
container-openvpn
/
bin
/
ovpn_status
10 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
openvpn.sh: Split in to smaller scripts * Split soon to be massive wrapper into smaller managable scripts. * Re-organized Dockerfile to exploit cache when rebuilding
2014-06-04 18:13:59 +00:00
#!/bin/sh
#
# Get OpenVPN server status
#
set -ex
ovpn: Remove reference to udp/1194 * Remove references to udp/1194. * Works better with non-standard ports and tcp.
2014-07-01 05:56:26 +00:00
tail -F /tmp/openvpn-status.log
Reference in New Issue
Copy Permalink