extremecoders-re / go-dispatch-proxy

SOCKS5/Transparent load balancing proxy developed in Go, combines multiple internet connections
MIT License
278 stars 45 forks source link

Runing the proxy in hidden mode without a window #16

Closed shraga100 closed 2 years ago

shraga100 commented 2 years ago

Hello, Can you add a parameter that will run the proxy server in hidden mode, without an open window in the background? Thanks

extremecoders-re commented 2 years ago

@shraga100 You can compile using the parameter -H windowsgui. (Docs)

go build -H windowsgui

This should generate a gui mode executable which doesn't open the console.