Open
Description
I want to exclude local addresses from going through the proxy.
When I try to use direct with some rules, it seems that the rules are ignored and everything goes through direct:
pproxy -r direct://?rules -r socks5://server
With rules
containing:
localhost
Then for instance wget google.com
goes through direct:
http ::1:50386 -> google.com:80
If I create another local socks5 (or http) proxy that has no remote (direct only), this works:
pproxy -r socks5://direct_proxy?rules -r socks5://server
When i do wget google.com
, this is now working:
http ::1:50538 -> socks5 server -> google.com:80
Metadata
Metadata
Assignees
Labels
No labels