SoftEtherVPN
SoftEtherVPN copied to clipboard
SSTP support
SoftEther supports SSTP, but this Docker image doesn't (or at least doesn't say so).
What would it take to implement SSTP support?
You can enable SSTP from server config (from GUI or CUI).
Or pass SstpEnable command to VPNCMD_SERVER env:
docker run ... -e VPNCMD_SERVER="SstpEnable yes" ... siomiz/softethervpn
(Pull requests are welcome to make this default.)