Many SOCKS5 proxies cannot resolve hostnames reliably. Resolve locally and iterate through all returned addresses until one succeeds. Also exclude personal config from git. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
214 B
Plaintext
21 lines
214 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.venv/
|
|
*.egg-info/
|
|
*.egg
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
*.log
|
|
|
|
# Personal config (keep example only)
|
|
config/bouncer.toml
|