IP4 to IP6 localhost proxy for Discworld Mud

This is a very basic Java proxy that you can run on your local machine. It will accept connections only to 127.0.0.1 4242 IPv4, It will establish an IPv6 connection to Discworld Mud and proxy between the two.

Why?

This enables you to use Mush, CMud or whatever other client that doesn't yet support IPv6.

Is it secure?

The proxy will only accept connections from your local machine, the IPv4 port is bound to 127.0.0.1 4242 specifically, so trying to access it via any other bound IP address on your machine will fail.

Beyond that, the source is available for you to compile and check I'm not doing anything naughty in there.

Where can I get it?

Download direct from either of the following links:-

Executable JAR

Java Source