Sstp Server Versions Save

Secure Socket Tunneling Protocol (SSTP VPN) server for Linux.

v0.6.0

3 years ago
  • Implement crypto binding
  • Allow listen on multiple IP addresses
  • Trust X-Forwarded-For header when --no-ssl is set
  • Improved logging

Thanks for @tisj's contributions on this release.

v0.5.1

6 years ago
  • Set TCP_NODELAY to fix high delay issue on Python 3.4/3.5

Thanks for LAVA's feedback.

v0.5.0

7 years ago
  • Switch to Python 3!
  • Replace Twisted with asyncio
  • Support uvloop for better bandwidth

Better performance & bandwidth, but… may even unstable compare to the Python 2 version.

v0.4.3

7 years ago
  • Update setup.py to allow pip auto select version for py2 & py3.

No need upgrade to this version.

v0.4.2

7 years ago
  • Allow load cert key file with --pem-key option.

v0.3.8

7 years ago
  • Fix dependents on setup.py.

v0.4.1

7 years ago
  • Fix echo request handling, which might cause connection abort when idle > 1 minute.
  • Minor improvement on logging.

v0.4.0

7 years ago
  • Support PROXY PROTOCOL v1 & v2
  • Support listen on UNIX domain socket
  • Fix some issues

v0.3.7

7 years ago
  • Add config file loader.
  • Fix mirror bugs.

v0.3.6

7 years ago
  • Fix a critical bug cause packet loss & bandwidth performance downgrade.
  • Fix other mirror bugs.