No description
| .drone.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| LICENSE | ||
| README.md | ||
IPv6 Fixer
Overview
IPv6 Fixer is a lightweight, Docker-based solution designed to enable seamless IPv4 and IPv6 traffic handling for applications that only listen on IPv4. Acting as a sidecar container, it leverages an NGINX server to proxy requests to a specified backend service, ensuring your application is accessible via both protocols without modifying its codebase.
Features
- Dual-Stack Traffic Handling: Supports both IPv4 and IPv6, enabling universal connectivity.
- Customizable Configuration: Environment variables allow for flexible setup of backend service endpoints and exposed ports.
- Streamlined Deployment: A simple
Dockerfileandentrypoint.shscript provide an easy, out-of-the-box deployment experience.