Compare commits
No commits in common. "v1.1_132" and "v1.1_132~1" have entirely different histories.
v1.1_132
...
v1.1_132~1
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
%YAML 1.2
|
|
||||||
---
|
|
||||||
version: 1.1
|
|
||||||
|
|
||||||
proxy_dns_socks5:
|
|
||||||
description: Use proxy DNS when using SOCKS v5
|
|
||||||
default: false
|
|
||||||
disabled:
|
|
||||||
jinja: |-
|
|
||||||
{{ _.proxy_mode != "Manual proxy configuration" 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