diff --git a/.gitignore b/.gitignore index bee2ff35..ecc68951 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ ss* stamp-h1 .libs .pc -*.json debian/shadowsocks/ debian/patches/ debian/files diff --git a/debian/config.json b/debian/config.json new file mode 100644 index 00000000..bfd3ac48 --- /dev/null +++ b/debian/config.json @@ -0,0 +1,8 @@ +{ + "server":"127.0.0.1", + "server_port":8388, + "local_port":1080, + "password":"barfoo!", + "timeout":600, + "method":null +} diff --git a/openwrt/files/shadowsocks.json b/openwrt/files/shadowsocks.json new file mode 100644 index 00000000..bfd3ac48 --- /dev/null +++ b/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 +}