Skip to content

Latest commit

 

History

History

softetherApi

SoftEtherGo

ORIGINAL PACKAGE kiddnoke/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()