836b473d20
* Remove references to udp/1194. * Works better with non-standard ports and tcp.
10 lines
85 B
Bash
Executable File
10 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#
|
|
# Get OpenVPN server status
|
|
#
|
|
|
|
set -ex
|
|
|
|
tail -F /tmp/openvpn-status.log
|