[logseq-plugin-git:commit] 2023-07-02T07:21:35.558Z
This commit is contained in:
parent
0a6b0b8485
commit
d2dd7a7725
@ -37,4 +37,68 @@
|
||||
- ```yaml
|
||||
*.mydns.jdownloader.org
|
||||
mydns.jdownloader.org
|
||||
```
|
||||
```
|
||||
- Custom Proxy List
|
||||
- ```yaml
|
||||
[
|
||||
{
|
||||
"proxy":
|
||||
{
|
||||
"address": "152.67.84.147",
|
||||
"password": "",
|
||||
"port": 8388,
|
||||
"type": "SOCKS5",
|
||||
"username": "",
|
||||
"connectMethodPrefered": false,
|
||||
"preferNativeImplementation": false,
|
||||
"resolveHostName": true
|
||||
},
|
||||
"enabled": true,
|
||||
"pac": false,
|
||||
"rangeRequestsSupported": true,
|
||||
"reconnectSupported": false
|
||||
},
|
||||
{
|
||||
"proxy":
|
||||
{
|
||||
"address": "152.67.72.128",
|
||||
"password": "",
|
||||
"port": 8388,
|
||||
"type": "SOCKS5",
|
||||
"username": "",
|
||||
"connectMethodPrefered": false,
|
||||
"preferNativeImplementation": false,
|
||||
"resolveHostName": true
|
||||
},
|
||||
"enabled": true,
|
||||
"pac": false,
|
||||
"rangeRequestsSupported": true,
|
||||
"reconnectSupported": false
|
||||
},
|
||||
{
|
||||
"filter":
|
||||
{
|
||||
"entries":
|
||||
[
|
||||
"zippyshare.com"
|
||||
],
|
||||
"type": "BLACKLIST"
|
||||
},
|
||||
"proxy":
|
||||
{
|
||||
"address": null,
|
||||
"password": null,
|
||||
"port": 80,
|
||||
"type": "NONE",
|
||||
"username": null,
|
||||
"connectMethodPrefered": false,
|
||||
"preferNativeImplementation": false,
|
||||
"resolveHostName": false
|
||||
},
|
||||
"enabled": true,
|
||||
"pac": false,
|
||||
"rangeRequestsSupported": true,
|
||||
"reconnectSupported": true
|
||||
}
|
||||
]
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user