2026-03-12 08:10:56 +01:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
2026-03-12 08:10:57 +01:00
|
|
|
proxy_dns_socks5:
|
|
|
|
|
description: Use proxy DNS when using SOCKS v5
|
|
|
|
|
default: false
|
|
|
|
|
disabled:
|
|
|
|
|
jinja: |-
|
2026-03-12 08:10:58 +01:00
|
|
|
{{ _.manual.socks_proxy.version is propertyerror or _.manual.socks_proxy.version == 'v4' }}
|
2026-03-12 08:10:57 +01:00
|
|
|
return_type: boolean
|
|
|
|
|
description: |-
|
|
|
|
|
if "_.proxy_mode" is not "Manual proxy configuration"
|
|
|
|
|
or "_.manual.socks_proxy.version" is "v4"
|
2026-03-12 08:10:56 +01:00
|
|
|
...
|