Update example config

This commit is contained in:
Andy Wang 2019-08-17 10:58:41 +01:00
parent cf1f1ccf16
commit 0c00094a8b
1 changed files with 12 additions and 3 deletions

View File

@ -1,8 +1,17 @@
{ {
"ProxyBook": { "ProxyBook": {
"shadowsocks": "127.0.0.1:8388", "shadowsocks": [
"openvpn": "127.0.0.1:8389", "tcp",
"tor": "127.0.0.1:9001" "127.0.0.1:8388"
],
"openvpn": [
"udp",
"127.0.0.1:8389"
],
"tor": [
"tcp",
"127.0.0.1:9001"
]
}, },
"BypassUID": [ "BypassUID": [
"1rmq6Ag1jZJCImLBIL5wzQ==" "1rmq6Ag1jZJCImLBIL5wzQ=="