Categorygithub.com/kiddnoke/softethergo
repositorypackage
0.0.0-20190910021409-fc371b14c793
Repository: https://github.com/kiddnoke/softethergo.git
Documentation: pkg.go.dev

# README

SoftEtherGo

SoftEther VPN Server Golang Management API.

Golang implementation of SoftEther VPN management protocol. Can be used for controlling remote server, automation or statistics.

Usage example



api := NewAPI('vpn.whitehouse.gov', 443, '123456password')

api.HandShake()

api.Test()

api.Disconnect()