summarylogtreecommitdiffstats
path: root/port_map.json
diff options
context:
space:
mode:
authoriYAOYongPeng2016-04-12 20:22:17 +0800
committeriYAOYongPeng2016-04-12 20:22:17 +0800
commit65eeea26065f0a653a5b4fe019d4956a010bf119 (patch)
treeea3774bf4a90518527b77e9a64fb85f18de428e6 /port_map.json
downloadaur-finalspeed-client-cli.tar.gz
Initial Import
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"
+ }
+ ]
+}