[tutorial 040] Family: a dynamic family
This commit is contained in:
parent
50b1080b05
commit
43fd6dd267
1 changed files with 7 additions and 4 deletions
|
@ -5,17 +5,20 @@ manual:
|
||||||
description: Also use this proxy for HTTPS
|
description: Also use this proxy for HTTPS
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
https_proxy:
|
"{{ identifier }}_proxy":
|
||||||
description: HTTPS Proxy
|
description: "{{ identifier }} Proxy"
|
||||||
|
dynamic:
|
||||||
|
- HTTPS
|
||||||
|
- SOCKS
|
||||||
hidden:
|
hidden:
|
||||||
variable: manual.use_for_https
|
variable: manual.use_for_https
|
||||||
|
|
||||||
address:
|
address:
|
||||||
description: HTTPS address
|
description: "{{ identifier }} address"
|
||||||
default:
|
default:
|
||||||
variable: manual.http_proxy.address
|
variable: manual.http_proxy.address
|
||||||
|
|
||||||
port:
|
port:
|
||||||
description: HTTPS Port
|
description: "{{ identifier }} port"
|
||||||
default:
|
default:
|
||||||
variable: manual.http_proxy.port
|
variable: manual.http_proxy.port
|
||||||
|
|
Loading…
Reference in a new issue