No description
Find a file
Cristian Colosimo 680d3f9986 Test deploy
2025-01-07 15:32:01 +01:00
.drone.yml Test deploy 2025-01-07 15:32:01 +01:00
Dockerfile Init 2025-01-06 23:10:22 +01:00
entrypoint.sh Init 2025-01-06 23:10:22 +01:00
LICENSE Init 2025-01-06 23:10:22 +01:00
README.md Fix readme 2025-01-06 23:21:33 +01:00

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 Dockerfile and entrypoint.sh script provide an easy, out-of-the-box deployment experience.