Skip to content

onokatio/SoftEtherVpnUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

vpngate-utils

vpngate client utils.

How to use

  1. First, copy servicefile to create vpn client daemon.
$ sudo cp ./vpngate-client.service /etc/systemd/system/vpngate-client.service
$ sudo systemctl daemon-reload
  1. Second, start and enable vpn client daemon.
$ sudo systemctl start vpngate-client.service
$ sudo systemctl enable vpngate-client.service
  1. Finally, run shell script with root and input your password.
$ sudo ./setup-client.sh -s vpngate-server.com:443 -b VPN -u user1

password : ********
retype   : ********

About

SoftEther SSL VPNをLinuxで扱うためのシェルスクリプト。

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages