From 4a0656b1c0bebe4b8d589aab70b9ec6fb77d3495 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Sun, 7 Apr 2013 18:06:32 +0800 Subject: [PATCH] add missing json config --- .gitignore | 1 - debian/config.json | 8 ++++++++ openwrt/files/shadowsocks.json | 8 ++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 debian/config.json create mode 100644 openwrt/files/shadowsocks.json 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 +}