diff --git a/server/forward_port_v4_to_v6.sh b/server/forward_port_v4_to_v6.sh new file mode 100644 index 0000000..fcc4532 --- /dev/null +++ b/server/forward_port_v4_to_v6.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# This script allows forwarding of a port from an IPv4+6 host to a v6-only host. + +socat TCP-LISTEN:local-port,fork TCP6:[v6-remote-ip]:remote-port