Bridge46 is simple bridge between IPv4 and IPv6 it's works by listen on IPv4 well known services and forward the traffic to IPv6 services
cargo run
docker pull xlmnxp/bridge46:latest
docker run -d -p 80:80 -p 443:443 -p 25565:25565 --name bridge46 xlmnxp/bridge46:latest
Optionally you can pass the following environment variables to the container
| Environment Variable | Description | Default Value |
|---|---|---|
| DNS_SERVER | specify the DNS server to use | 1.1.1.1:53 |
| BIND_ADDRESS | specify the address to bind to | :: |
| BRIDGE46_IPV4 | specify the IPv4 address for service validation of A Records point to the service (see #1) | empty |
| BRIDGE46_IPV6 | specify the IPv4 address for service validation of AAAA Records point to the service (see #1) | empty |
This project is licensed under the MIT License - see the LICENSE file for details
Content type
Image
Digest
sha256:ea2728e2b…
Size
669.7 MB
Last updated
12 months ago
docker pull xlmnxp/bridge46