SoftEtherVPN icon indicating copy to clipboard operation
SoftEtherVPN copied to clipboard

SSTP support

Open IlyaSemenov opened this issue 4 years ago • 1 comments

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

What would it take to implement SSTP support?

IlyaSemenov avatar Jan 19 '21 09:01 IlyaSemenov

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

siomiz avatar Jan 20 '21 00:01 siomiz