You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm personally not interested in 5th way to autostart proxy on Windows. Especially running it as a service:
It requires more platform-specific code, it will require platform-specific command line options, someone will need to do a lot of job to partition init logic by platform build tags.
It implies only single instance of proxy running while it may not be always the case.
There is a request that I find very useful.
If you add to this program, as well as opera-proxy, you add a way to run them as windows service so that they are always running on the machine.
It may be useful to you in this:
https://pkg.go.dev/golang.org/x/sys/windows/svc/mgr
And you can take a look at this program that uses this method
https://github.com/DNSCrypt/dnscrypt-proxy/tree/master/dnscrypt-proxy
And thank you very much for these programs, they are very useful to us
The text was updated successfully, but these errors were encountered: