v1.0.0 - Initial Release
🚀 Initial Release
Features
- Docker container with OpenVPN and SOCKS5 proxy
- Multiple VPN client support - Run unlimited isolated VPN connections
- Auto-recovery - Built-in connection monitoring and restart
- Health checks - Verify VPN tunnel is operational
- Resource limits - CPU and memory constraints
- Log rotation - Automatic log management
- Multi-platform support - linux/amd64, linux/arm64
Quick Start
# Extract and configure
tar -xzf release-v1.0.0.tar.gz
cd oid-v1.0.0
cp .env.example .env
cp configs/client1.ovpn.example configs/client1.ovpn
# Edit .env and configs/client1.ovpn with your VPN details
# Start
docker compose up -d
# Verify
curl --socks5-hostname localhost:1080 https://ifconfig.mePull Image
docker pull ghcr.io/sunba91-su/oid:latestDocumentation
License
MIT License with Attribution Clause