mirror of
https://github.com/isboyjc/GoProxy.git
synced 2026-05-06 20:02:54 +08:00
- Added support for geo-filtering in the proxy pool, allowing configuration of allowed and blocked countries via environment variables. - Updated `.env.example` and `docker-compose.yml` to include `ALLOWED_COUNTRIES` for whitelist functionality. - Enhanced `CLAUDE.md`, `GEO_FILTER.md`, and `README.md` to document the new geo-filtering features and usage instructions. - Modified proxy validation logic to prioritize whitelist over blacklist during admission checks. - Improved WebUI to allow dynamic configuration of geo-filter settings.
49 lines
436 B
Plaintext
49 lines
436 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
|
|
# Go build artifacts
|
|
goproxy
|
|
proxy-pool
|
|
*.exe
|
|
*.out
|
|
*.test
|
|
vendor/
|
|
|
|
CUSTOM_PROXY_DESIGN.md
|
|
|
|
# Test binaries
|
|
test/test_proxy
|
|
test/test_proxy.exe
|
|
|
|
# Runtime data
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.log
|
|
config.json
|
|
data/
|
|
!data/.gitkeep
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
docker-compose.dokploy.yml
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
.cursor/
|
|
*.iml
|
|
|
|
# Docker volumes
|
|
.docker-data/
|