Browse Source

add missing json config

pull/4/merge
Max Lv 12 years ago
parent
commit
4a0656b1c0
3 changed files with 16 additions and 1 deletions
  1. 1
      .gitignore
  2. 8
      debian/config.json
  3. 8
      openwrt/files/shadowsocks.json

1
.gitignore

@ -13,7 +13,6 @@ ss*
stamp-h1
.libs
.pc
*.json
debian/shadowsocks/
debian/patches/
debian/files

8
debian/config.json

@ -0,0 +1,8 @@
{
"server":"127.0.0.1",
"server_port":8388,
"local_port":1080,
"password":"barfoo!",
"timeout":600,
"method":null
}

8
openwrt/files/shadowsocks.json

@ -0,0 +1,8 @@
{
"server":"127.0.0.1",
"server_port":8388,
"local_port":1080,
"password":"barfoo!",
"timeout":600,
"method":null
}
Loading…
Cancel
Save