clowwindy
10 years ago
5 changed files with 24 additions and 3 deletions
@ -0,0 +1,10 @@ |
|||||
|
{ |
||||
|
"server":"::1", |
||||
|
"server_port":8388, |
||||
|
"local_port":1081, |
||||
|
"password":"aes_password", |
||||
|
"timeout":60, |
||||
|
"method":"aes-256-cfb", |
||||
|
"local_address":"127.0.0.1", |
||||
|
"fast_open":false |
||||
|
} |
@ -0,0 +1,10 @@ |
|||||
|
{ |
||||
|
"server":"::", |
||||
|
"server_port":8388, |
||||
|
"local_port":1081, |
||||
|
"password":"aes_password", |
||||
|
"timeout":60, |
||||
|
"method":"aes-256-cfb", |
||||
|
"local_address":"127.0.0.1", |
||||
|
"fast_open":false |
||||
|
} |
Loading…
Reference in new issue