BigSully
BigSully
[Respond to /health and /version by request path rather than by the whole url string](https://github.com/jpillora/chisel/issues/327)
Request for `/health?_t=anything` won't return the health info, neither would request for /version if there exists extra query string. Can we route the /health and /version by request path instead...
`ssh -o ProxyCommand='connect -d -S 192.168.11.9:1080 %h %p' -p 20022 [email protected]` This command works on my macOS, but fails on MINGW64(git bash). Turns out the [make_localnet_as_direct](https://github.com/gotoh/ssh-connect/blob/master/connect.c#L945) function is compiled on...
I'm currently running the http proxy locally with the following implementation, which takes care of both plain http request and the http CONNECT. I'm wondering whether the http proxy can...
Can not get the real ip address and port with Packet Filter TCP redirection in MacOS 12.3.1(Intel)
When I tried to set up **transparent proxy** in macos, go-shadowsocks could not get the real ip address and port with Packet Filter TCP redirection in MacOS 12.3.1(Intel). The error...