xitongsys / wpt

windows ports tunnel
Apache License 2.0
6 stars 1 forks source link

WPT

WPT(windows port tunnel) is a windows port remote mapping program.

Mechanism

Quick start

The package gives two executable files: wpt-ui.exe and wpt.exe. wpt-ui.exe gives a gui and needs .NET4. wpt.exe is a console version.

Configuration file

Config file is a json format file (config.txt). To understand the items, your can see the picture before.

{
    "role": "client",
    "server": "0.0.0.0:22222",
    "direction": 0,
    "client_tun_ports": [1111, 1112],
    "server_tun_ports": [11111, 11122]
}