swarm_proxy 0.1.0

A proxy for forwarding a bunch of ports really quickly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "10.7.0.1": [
        {
            "mode": "udp",
            "host_port": 5000,
            "remote_port": 7000,
            "bind": "0.0.0.0"
        },
        {
            "mode": "tcp",
            "host_port_start": 5001,
            "host_port_end": 5010,
            "remote_port_start": 101,
            "remote_port_end": 110,
            "bind": "127.0.0.1"
        }
    ]
}