clowwindy
11 years ago
8 changed files with 45 additions and 8 deletions
@ -0,0 +1,10 @@ |
|||||
|
{ |
||||
|
"server":"127.0.0.1", |
||||
|
"server_port":8388, |
||||
|
"local_port":1080, |
||||
|
"password":"barfoo!", |
||||
|
"timeout":300, |
||||
|
"method":"salsa20-ctr", |
||||
|
"local_address":"127.0.0.1", |
||||
|
"fast_open":false |
||||
|
} |
@ -0,0 +1,10 @@ |
|||||
|
{ |
||||
|
"server":"127.0.0.1", |
||||
|
"server_port":8388, |
||||
|
"local_port":1080, |
||||
|
"password":"barfoo!", |
||||
|
"timeout":300, |
||||
|
"method":"table", |
||||
|
"local_address":"127.0.0.1", |
||||
|
"fast_open":false |
||||
|
} |
Loading…
Reference in new issue