是否可以在Titan Web代理中设置传出IP地址?
我目前正在使用鱿鱼,其配置如下:
acl r_6 random 1/6
acl r_5 random 1/5
acl r_4 random 1/4
acl r_3 random 1/3
acl r_2 random 1/2
tcp_outgoing_address 10.0.1.110 r_6
tcp_outgoing_address 10.0.1.111 r_5
tcp_outgoing_address 10.0.1.112 r_4
tcp_outgoing_address 10.0.1.113 r_3
tcp_outgoing_address 10.0.1.114 r_2
tcp_outgoing_address 10.0.1.115
这可能吗?我宁愿自己制定时间表,也不愿随意。我发现在squid配置中很难。