forked from SagerNet/SagerNet
-
Notifications
You must be signed in to change notification settings - Fork 164
Support SSTP
#418
Hi, I know SSTP isn't a proxy proxy protocol, but is there any way to add SSTP support?
All reactions
Replies: 1 comment
- Not designed for firewall resistance at all.
- No active Go client implementation.
- A typical proxy software only supports relaying TCP data and UDP data, while VPN relays IP packets. For a proxy software, all other protocols will be broken and the will be many other problems.
- A userspace TCP/IP stack (gVisor) is required to convert qualified IP packets into TCP/UDP data. This means a terrible L3-L4-L3 conversion which causes the performance very bad.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment