mirror of https://github.com/cbeuw/Cloak
Update example config
This commit is contained in:
parent
cf1f1ccf16
commit
0c00094a8b
|
|
@ -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=="
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue