-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproxies.example.txt
More file actions
27 lines (23 loc) · 953 Bytes
/
Copy pathproxies.example.txt
File metadata and controls
27 lines (23 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Example proxy list for WebVac (`--proxy-file`)
#
# One proxy per line. Supported forms:
# http://HOST:PORT
# http://HOST:PORT|username|password
# socks5://HOST:PORT|username|password
#
# Lines starting with # are ignored.
# Copy this file to proxies.txt (gitignored) and edit with real proxies.
#
# Residential sticky tip (provider-side session pin):
# http://gate.provider.com:8000|user-session-abc123|secret
# Pair with: --proxy-playbook residential
# (WebVac also pins UA + geo + timezone per proxy line for fingerprint consistency.)
# Plain HTTP proxy
http://1.2.3.4:8080
# Authenticated HTTP proxy
http://5.6.7.8:3128|myuser|mypassword
# Residential sticky-session style username (vendor-specific)
# http://gate.example.com:8000|customer-session-webvac01|secret
# SOCKS5 example (startup bench needs: pip install aiohttp-socks)
# Without it, SOCKS lines stay in the pool instead of being retired.
# socks5://127.0.0.1:1080|user|pass