deba12

Results 15 comments of deba12

> If you want `My nginx` to force http TUNNEL to your `Commercial HTTP Proxy`, you can specified backend IP address via this directive: https://github.com/chobits/ngx_http_proxy_connect_module#proxy_connect_address > > ``` > proxy_connect_address...

@offsides thanks, I think it will be OK to link NcFTPd sdk, but let @Castaglia decides

Can you give me just one example how to return status code, then i will do both socks and http proxies. I have RustRover installed, but still need a little...

You can make your own filter with such functionality. I have made such simple filter for binary ip addresses. ```php /** * @param string|null $ip * @return string * @noinspection...