How to set whitelist mode
Hello, I would like to only enable proxychains for an ip ranges, is it possible? My requirement is that a program is receiving data and then redirects it to somewhere elese, and I want to enable the proxy in the receieving process, its a live stream so it needs to be done in a single command: ffmpeg -i rtmp://sourceLiveAddr -f flv rtmp://dstAddr while the source address is static IP but the destnation address is domain names, so thats why I need the whitelist mode.
Thank you
I would like to only enable proxychains for an ip ranges, is it possible?
currently, it works the other way round: you can specify a range that's excluded from using the proxies via localnet directive.
I would like to only enable proxychains for an ip ranges, is it possible?
currently, it works the other way round: you can specify a range that's excluded from using the proxies via
localnetdirective.
The ip ranges behind the domain is often changing cause it's behind CDN, which makes the configuration not easy to be done.
you could make a portredir tunnel listening on localhost to the domain name, then use localnet for 127.0.0.1.