Skip to content

Commit

Permalink
Create shadowsocks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
王春明 authored Oct 6, 2017
1 parent c6818cc commit b268ac3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions shadowsocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"server":"0.0.0.0",
"local_address":"127.0.0.1",
"local_port":1080,
"port_password":{
"9000":"password0",
"9001":"password1",
"9002":"password2",
"9003":"password3",
"9004":"password4"
},
"timeout":300,
"method":"chacha20",
"fast_open": false
}

0 comments on commit b268ac3

Please sign in to comment.