Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@sunba91-su sunba91-su released this 23 Jul 05:37

🚀 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.me

Pull Image

docker pull ghcr.io/sunba91-su/oid:latest

Documentation

License

MIT License with Attribution Clause