mirror of https://github.com/cbeuw/Cloak
Update example config
This commit is contained in:
parent
cf1f1ccf16
commit
0c00094a8b
|
|
@ -1,8 +1,17 @@
|
|||
{
|
||||
"ProxyBook": {
|
||||
"shadowsocks": "127.0.0.1:8388",
|
||||
"openvpn": "127.0.0.1:8389",
|
||||
"tor": "127.0.0.1:9001"
|
||||
"shadowsocks": [
|
||||
"tcp",
|
||||
"127.0.0.1:8388"
|
||||
],
|
||||
"openvpn": [
|
||||
"udp",
|
||||
"127.0.0.1:8389"
|
||||
],
|
||||
"tor": [
|
||||
"tcp",
|
||||
"127.0.0.1:9001"
|
||||
]
|
||||
},
|
||||
"BypassUID": [
|
||||
"1rmq6Ag1jZJCImLBIL5wzQ=="
|
||||
|
|
|
|||
Loading…
Reference in New Issue