docker-rotating-proxy
docker-rotating-proxy copied to clipboard
Clean up Docker Compose generator script
Major improvements:
- Flexible proxyList.txt format with customizable column order and delimiters
- Support for comma, colon, pipe, tab, and space delimiters
- Header line to specify format: # format: host,port,scheme,user,pass
- Cleaner code structure with proper function separation
- Better error handling and validation
- Added restart policies to all containers
- Configuration file support (config.php.example)
- Comprehensive README rewrite with better examples
- Added .gitignore for generated files
New features:
- Parse custom format from header line in proxyList.txt
- Support multiple delimiter types (not just colon)
- Better output messages showing what was processed
- Example files for configuration
Performance improvements:
- More efficient code structure
- Better memory management
- Clearer separation of concerns
Documentation:
- Completely rewritten README with better organization
- Added troubleshooting section
- Added performance tips
- Better examples for real-world use cases
🤖 Generated with Claude Code