https://github.com/comp500/sstp-go
A SSTP server written in Go.
https://github.com/comp500/sstp-go
Last synced: about 1 year ago
JSON representation
A SSTP server written in Go.
- Host: GitHub
- URL: https://github.com/comp500/sstp-go
- Owner: comp500
- License: mit
- Created: 2018-01-18T16:20:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T00:12:49.000Z (about 8 years ago)
- Last Synced: 2025-04-12T09:04:10.096Z (about 1 year ago)
- Language: Go
- Size: 139 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sstp-go
An implementation of a SSTP (Secure Socket Tunneling Protocol) server in Go.
### Requirements
- pppd
- Go build tools (if building from source)
### Status
Works, but fails on large packets, and seems to crash my client.