Compare commits
1 commit
v1.1_107~1
...
v1.1_107
| Author | SHA1 | Date | |
|---|---|---|---|
| aac1023c16 |
1 changed files with 10 additions and 1 deletions
|
|
@ -2,5 +2,14 @@
|
|||
---
|
||||
version: 1.1
|
||||
|
||||
proxy_dns_socks5: false # Use proxy DNS when using SOCKS v5
|
||||
proxy_dns_socks5:
|
||||
description: Use proxy DNS when using SOCKS v5
|
||||
default: false
|
||||
disabled:
|
||||
jinja: |-
|
||||
{{ _.manual.socks_proxy.version is propertyerror or _.manual.socks_proxy.version == 'v4' }}
|
||||
return_type: boolean
|
||||
description: |-
|
||||
if "_.proxy_mode" is not "Manual proxy configuration"
|
||||
or "_.manual.socks_proxy.version" is "v4"
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue