Skip to content

IPv6-in-IPv4 tunnel in Docker container with random ipv6 outbound

License

Notifications You must be signed in to change notification settings

baby9/6in4-tunnel-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPv6-in-IPv4 tunnel in Docker container with random ipv6 outbound and expose http/socks5 proxy

Usage

Server_IPv4 & Client_IPv6 can be found in tunnelbroker

proxy_protocol support http and socks5

docker run -d \
    --privileged \
    --restart=unless-stopped \
    --name=6in4-tunnel \
    -e Server_IPv4="" \
    -e Client_IPv6="" \
    -e proxy_protocol="" \
    -p 8100:8100 \
    zenexas/6in4-tunnel

proxy server will be listening at port 8100



Lookup your outbound ipv6. For example:

curl -x socks5h://localhost:8100 ip.sb
curl -x http://localhost:8100 ip.sb

Reference

  • vproxy - An easy and powerful Rust HTTP/Socks5 proxy that allows initiating network requests using IP binding calculated from CIDR addresses.

About

IPv6-in-IPv4 tunnel in Docker container with random ipv6 outbound

Resources

License

Stars

Watchers

Forks

Packages

No packages published