summarylogtreecommitdiffstats
path: root/port_map.json
diff options
context:
space:
mode:
Diffstat (limited to 'port_map.json')
-rw-r--r--port_map.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/port_map.json b/port_map.json
new file mode 100644
index 000000000000..69cd0392504f
--- /dev/null
+++ b/port_map.json
@@ -0,0 +1,17 @@
+{
+ "map_list": [
+ {
+ // 要加速的服务器端口
+ "dst_port": 12345,
+ // 本地端口
+ "listen_port": 1099,
+ // 备注信息
+ "name": "ss"
+ },
+ {
+ "dst_port": 23456,
+ "listen_port": 2200,
+ "name": "ssh"
+ }
+ ]
+}