1
我想設置監聽多個端口的代理,並且每個端口將請求轉發給不同的代理,例如:魷魚 - 偵聽多個端口,並轉發到不同的代理
LISTEN FORWARD TO
1.2.3.4:3128 -> 5.6.7.8:3128
1.2.3.4:3129 -> 5.6.7.9:3128
1.2.3.4:3130 -> 5.6.7.10:3128
這是可能的執行與魷魚?
我已經完成了這個至今:
cache_peer 5.6.7.8 parent 3128 0000 default no-query no-digest
cache_peer 5.6.7.9 parent 3128 0000 default no-query no-digest
cache_peer 5.6.7.10 parent 3128 0000 default no-query no-digest
http_port 3128
http_port 3129
http_port 3130
我不知道如何處理重定向