Skip to content

Releases: sorz/sstp-server

v0.6.0

30 Jan 18:28
v0.6.0
a7bacd3
Compare
Choose a tag to compare
  • 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

30 Aug 08:01
v0.5.1
bfd4e26
Compare
Choose a tag to compare
  • Set TCP_NODELAY to fix high delay issue on Python 3.4/3.5

Thanks for LAVA's feedback.

v0.5.0

08 May 14:30
v0.5.0
81dc17e
Compare
Choose a tag to compare
  • 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

08 May 14:24
v0.4.3
c49b75e
Compare
Choose a tag to compare
  • Update setup.py to allow pip auto select version for py2 & py3.

No need upgrade to this version.

v0.4.2

10 Apr 09:31
v0.4.2
4c9fad2
Compare
Choose a tag to compare
  • Allow load cert key file with --pem-key option.

v0.4.1

07 Mar 10:02
v0.4.1
993709c
Compare
Choose a tag to compare
  • Fix echo request handling, which might cause connection abort when idle > 1 minute.
  • Minor improvement on logging.

v0.4.0

19 Jan 15:48
v0.4.0
ec7bdf3
Compare
Choose a tag to compare
  • Support PROXY PROTOCOL v1 & v2
  • Support listen on UNIX domain socket
  • Fix some issues

v0.3.8

07 Mar 10:25
v0.3.8
9a042d4
Compare
Choose a tag to compare
  • Fix dependents on setup.py.

v0.3.7

11 Jan 14:08
v0.3.7
918b8e8
Compare
Choose a tag to compare
  • Add config file loader.
  • Fix mirror bugs.

v0.3.6

21 Nov 06:00
fc2cb66
Compare
Choose a tag to compare
  • Fix a critical bug cause packet loss & bandwidth performance downgrade.
  • Fix other mirror bugs.