1

是否可以在钛网络代理中设置传出IP地址?

我目前正在使用具有如下配置的 squid:

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 配置中很难。

4

0 回答 0