Files
GoProxy/.gitignore
isboyjc f03c3300b4 feat: implement custom proxy subscription management and enhance configuration
- Added support for importing Clash/V2ray subscriptions, including automatic format detection and integration with sing-box for protocol conversion.
- Introduced five proxy usage modes in the configuration, allowing flexible selection between mixed, custom-only, and free-only modes.
- Enhanced `.env.example` and `docker-compose.yml` to include new environment variables for custom proxy settings.
- Updated `CHANGELOG.md` to document new features and improvements related to subscription management.
- Improved WebUI for managing subscriptions and displaying proxy statistics.
- Implemented a background process for refreshing subscriptions and probing disabled proxies for reactivation.
2026-04-04 22:25:54 +08:00

51 lines
442 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/
tmp/