Compare commits
No commits in common. "v1.1_040" and "v1.1_040~1" have entirely different histories.
v1.1_040
...
v1.1_040~1
1 changed files with 4 additions and 7 deletions
|
@ -5,20 +5,17 @@ manual:
|
|||
description: Also use this proxy for HTTPS
|
||||
default: true
|
||||
|
||||
"{{ identifier }}_proxy":
|
||||
description: "{{ identifier }} Proxy"
|
||||
dynamic:
|
||||
- HTTPS
|
||||
- SOCKS
|
||||
https_proxy:
|
||||
description: HTTPS Proxy
|
||||
hidden:
|
||||
variable: manual.use_for_https
|
||||
|
||||
address:
|
||||
description: "{{ identifier }} address"
|
||||
description: HTTPS address
|
||||
default:
|
||||
variable: manual.http_proxy.address
|
||||
|
||||
port:
|
||||
description: "{{ identifier }} port"
|
||||
description: HTTPS Port
|
||||
default:
|
||||
variable: manual.http_proxy.port
|
||||
|
|
Loading…
Reference in a new issue