Files
bouncer/.gitignore
user 41ba680dcb fix: resolve DNS locally and try all IPs via SOCKS5
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>
2026-02-19 11:54:30 +01:00

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