我正在设置一个鱿鱼服务器,该服务器将传入端口链接到传出地址,但是连接到默认端口3128或任何其他端口将使用src ip地址进行传出连接。
不确定为什么
cache deny all
acl server1 src 162.xxxxxxxx.38/32
http_access allow server1
http_port 20001 name=20001
acl tasty20001 myportname 20001
tcp_outgoing_address 162.xxx.4.23 tasty20001
http_port 20002 name=20002
acl tasty20002 myportname 20002
tcp_outgoing_address 162.xxx.4.24 tasty20002
这可能是什么原因? 谢谢