erebe / wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
Other
3.22k stars 290 forks source link

Installing as a Windows service. #203

Closed paolosezart closed 4 months ago

paolosezart commented 4 months ago

I have a request to the developers to add the ability to install wstunnel as a service in windows. That the program can run regardless of users on the server or client.

erebe commented 4 months ago

Hello,

This feature is out of the scope of wstunnel, but you can take a look at https://stackoverflow.com/a/15719678/1584186 to create your own service. It seems easy enough

paolosezart commented 4 months ago

Thank you. I knew about some of those tools. However, I was hoping to be able to install wstunnel without third party tools. I will use nssm as the most convenient for me for now.