When I use 127.0.0.1:4423 as the socks5 proxy to access http://192.168.10.141,
I find that the request is not forwarded to socks5://192.168.10.11:10086, instead of trying to use socks5://10.47.52.8:1080 , which is obviously not as expected
Obviously the target address 192.168.10.141 matches the cidr of 192.168.10.0/24 whitch is configured in the file named server2.rule
According to the rule, the request should use socks5://192.168.10.11:10086 (whitch is configured in the file named server2.rule) as the final proxy
glider.conf
server1.rule
server2.rule
When I use
127.0.0.1:4423
as the socks5 proxy to accesshttp://192.168.10.141
, I find that the request is not forwarded tosocks5://192.168.10.11:10086
, instead of trying to usesocks5://10.47.52.8:1080
, which is obviously not as expectedObviously the target address
192.168.10.141
matches the cidr of192.168.10.0/24
whitch is configured in the file namedserver2.rule
According to the rule, the request should usesocks5://192.168.10.11:10086
(whitch is configured in the file namedserver2.rule
) as the final proxy