Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 502 Bytes

softether-vpn-scripts

Usage:

start-wrapper.sh -h HOST -a ACCOUNT -i INTERFACE
    program starts vpn client, connects to selected account and add static route

where:
    -h|--host       host server, server ip need to be add into routes
    -a|--account    name of vpnclient account
    -i|--interface  name of vpn tun interface
    --help          print this message
    --vpnclient     path to vpnclient (default ./vpnclient)
    --vpncmd        path to vpnclient (default ./vpnclient)