Update instructions

This commit is contained in:
Eduard Tolosa 2019-02-23 19:34:36 -05:00
parent 2a52079a51
commit f59a6f9461

View file

@ -1,5 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
# Script to select a random VPN client from /etc/openvpn/client/ (the default openvpn directory) # Script to select a random VPN client from /etc/openvpn/client/ (the default openvpn directory)
# remember that openvpn profiles in /etc/openvpn/client/ need to be in the format profile.conf
# Example: hk-04.conf
workdir="/etc/openvpn/client/" workdir="/etc/openvpn/client/"