Docker image for 6tunnel (IPv6 <-> IPv4 tunnel)
This docker image provides a 6tunnel server installation for amd64 and arm64 architectures.
6tunnel - Tunnelling for application that don't speak IPv6
docker run -d --name 6tunnel \
--net=host \
-v /path/to/6tunnel.conf:/6tunnel.conf \
fabianbees/6tunnel
Alternativly you could run 6tunnel also via this command and without any configurtation file
docker run -it --rm fabianbees/6tunnel 6tunnel 80 example1.com 80
Content type
Image
Digest
sha256:62f5593d5…
Size
7.4 MB
Last updated
26 days ago
docker pull fabianbees/6tunnel