docs: reorder listeners -- deepest chain on default port

:1080 = Tor + 2 pool hops, :1081 = Tor + 1, :1082 = Tor only.
This commit is contained in:
user
2026-02-17 22:06:40 +01:00
parent 7dc3926f48
commit 28c9830f56
4 changed files with 22 additions and 20 deletions

View File

@@ -57,7 +57,9 @@ chain:
# listeners:
# - listen: 0.0.0.0:1080
# chain:
# - socks5://127.0.0.1:9050 # Tor only (no pool hops)
# - socks5://127.0.0.1:9050
# - pool # Tor + 2 random pool proxies
# - pool
#
# - listen: 0.0.0.0:1081
# chain:
@@ -66,9 +68,7 @@ chain:
#
# - listen: 0.0.0.0:1082
# chain:
# - socks5://127.0.0.1:9050
# - pool # Tor + 2 random pool proxies
# - pool
# - socks5://127.0.0.1:9050 # Tor only (no pool hops)
#
# When using "listeners:", the top-level "listen" and "chain" keys are ignored.
# If "listeners:" is absent, the old format is used (single listener).