proxychains-ng
proxychains-ng copied to clipboard
Please add rules for allowed outgoing ports.
Please add rules for allowed outgoing ports. Please add allow, deny outgoing ports rules.
like adding
out_port_rule 80,443 # it will allow only ports 80, 443 to connect via the proxy and dropping all other ports,
# or you can add 1:443 to allow all ports from 1 to 443 while blocking all others.
[ProxyList]
http 210.215.131.178 46314
Like adding out_port_rule 443 to the conf file will drop all other connections except port like this config should behave like:
out_port_rule 443
[ProxyList]
http 210.215.131.178 46314
proxychains4 curl https://google.com // Should go through fine.
proxychains4 curl http://google.com // It should be dropped.