siomiz / SoftEtherVPN

A Docker Automated Build Repository for SoftEther VPN
https://hub.docker.com/r/siomiz/softethervpn/
MIT License
454 stars 174 forks source link

SSTP support #91

Open IlyaSemenov opened 3 years ago

IlyaSemenov commented 3 years ago

SoftEther supports SSTP, but this Docker image doesn't (or at least doesn't say so).

What would it take to implement SSTP support?

siomiz commented 3 years ago

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.)