· 5 years ago · Jan 21, 2020, 09:30 PM
1http_port 0.0.0.0:1080
2http_port 0.0.0.0:1081
3
4http_port 0.0.0.0:1280
5http_port 0.0.0.0:1281
6
7acl port1 myport 1080
8acl port2 myport 1081
9
10acl confport1 myport 1280
11acl confport2 myport 1281
12
13
14acl all src 0.0.0.0/0
15http_access allow all
16
17tcp_outgoing_address 192.168.11.2 port1
18tcp_outgoing_address 192.168.10.2 port2
19
20tcp_outgoing_address 192.168.11.1 confport1
21tcp_outgoing_address 192.168.10.1 confport2
22
23dns_nameservers 8.8.8.8 208.67.222.222
24dns_v4_first on
25
26server_persistent_connections off
27
28max_filedescriptors 3200