docs: reorder listeners -- deepest chain on default port
:1080 = Tor + 2 pool hops, :1081 = Tor + 1, :1082 = Tor only.
This commit is contained in:
@@ -51,7 +51,9 @@ api_listen: "" # control API bind address (empty = disabled)
|
||||
listeners:
|
||||
- listen: 0.0.0.0:1080
|
||||
chain:
|
||||
- socks5://127.0.0.1:9050 # Tor only
|
||||
- socks5://127.0.0.1:9050
|
||||
- pool # Tor + 2 pool proxies
|
||||
- pool
|
||||
- listen: 0.0.0.0:1081
|
||||
chain:
|
||||
- socks5://127.0.0.1:9050
|
||||
@@ -89,7 +91,9 @@ of proxy hops after the static chain. Config-file only (not available via CLI).
|
||||
listeners:
|
||||
- listen: 0.0.0.0:1080
|
||||
chain:
|
||||
- socks5://10.200.1.13:9050 # Tor only
|
||||
- socks5://10.200.1.13:9050
|
||||
- pool # Tor + 2 pool proxies
|
||||
- pool
|
||||
|
||||
- listen: 0.0.0.0:1081
|
||||
chain:
|
||||
@@ -98,9 +102,7 @@ listeners:
|
||||
|
||||
- listen: 0.0.0.0:1082
|
||||
chain:
|
||||
- socks5://10.200.1.13:9050
|
||||
- pool # Tor + 2 pool proxies
|
||||
- pool
|
||||
- socks5://10.200.1.13:9050 # Tor only
|
||||
|
||||
proxy_pool:
|
||||
sources:
|
||||
|
||||
Reference in New Issue
Block a user