This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Replace o1234567890 with your VPN id. To get your id, start the VPN and run: sudo ps aux | grep client_o | |
# Replace home with the name of your VPN profile in DSM admin panel. | |
vpnId="o1234567890" | |
vpnName="home" | |
vpnProtocol="openvpn" | |
# You should not need to change the following variables | |
vpncFile="/usr/syno/etc/synovpnclient/vpnc_connecting" |