Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 87f739a

Browse files
author
icymind
committed
update config to contains obfs
1 parent d51b9e1 commit 87f739a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

static/config-templates/config.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5",
2+
"version": "0.6",
33
"cfgDirName": "vrouter",
44
"virtualbox": {
55
"vmName": "vrouter",
@@ -35,9 +35,11 @@
3535
"server": "123.123.123.123",
3636
"server_port": "8989",
3737
"password": "demo-paswd",
38-
"timeout": 300,
38+
"timeout": 600,
3939
"method": "chacha20",
40-
"fast_open": false
40+
"fast_open": false,
41+
"plugin": "none",
42+
"plugin_obfs": ""
4143
}
4244
},
4345
{
@@ -59,7 +61,9 @@
5961
"password": "demo-paswd",
6062
"timeout": 300,
6163
"method": "chacha20",
62-
"fast_open": false
64+
"fast_open": false,
65+
"plugin": "none",
66+
"plugin_obfs": ""
6367
},
6468
"kcptun": {
6569
"server": "123.123.123.123",

0 commit comments

Comments
 (0)