add config.json.example to shadowsocks
This commit is contained in:
parent
f43914ba1d
commit
aa0d90f1be
1 changed files with 14 additions and 0 deletions
14
config.json.example
Normal file
14
config.json.example
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"server":"127.0.0.1",
|
||||
"server_port":8388,
|
||||
"local_port":1080,
|
||||
"password":"password",
|
||||
"timeout":600,
|
||||
"method":"aes-256-cfb",
|
||||
"local_address":"127.0.0.1",
|
||||
"fast_open":false,
|
||||
"dns_service":false,
|
||||
"dns_server":"8.8.8.8",
|
||||
"dns_server_port":53,
|
||||
"dns_local_port":53
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue