Skip to content

Instantly share code, notes, and snippets.

@madeye
Last active March 16, 2020 05:36
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madeye/8451355b1baba312dae78a6c8ca4d1a1 to your computer and use it in GitHub Desktop.
Save madeye/8451355b1baba312dae78a6c8ca4d1a1 to your computer and use it in GitHub Desktop.
example.json
[
{
"server": "198.199.101.152",
"server_port": 8388,
"password": "u1rRWTssNv0p",
"method": "aes-256-cfb",
"remarks": "Example 1"
},
{
"server": "198.199.101.12",
"server_port": 8388,
"password": "u1rRWTssNv0p",
"method": "aes-256-cfb",
"plugin": "v2ray",
"plugin_opts": "host=www.example.com",
"remarks": "Example 2",
"route": "bypass-lan-china",
"remote_dns": "dns.google",
"ipv6": true,
"metered": false,
"proxy_apps": {
"enabled": true,
"bypass": true,
"android_list": [
"com.eg.android.AlipayGphone",
"com.wudaokou.hippo",
"com.zhihu.android"
]
},
"udpdns": false
},
]
@Mygod
Copy link

Mygod commented Mar 16, 2020

This file is moved to https://github.com/shadowsocks/shadowsocks-android/blob/master/.github/doc-json.md.

@studentmain This file is only meant to represent what fields shadowsocks-android expects from the subscription file. Feel free to extend it, as described in the documentation above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment