summarylogtreecommitdiffstats
path: root/port_map.json
blob: 69cd0392504fb0e088ca205d952b4336671643af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "map_list": [
        {
            // 要加速的服务器端口
            "dst_port": 12345, 
            // 本地端口
            "listen_port": 1099, 
            // 备注信息
            "name": "ss"
        }, 
        {
            "dst_port": 23456, 
            "listen_port": 2200, 
            "name": "ssh"
        }
    ]
}