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
|
description: Also use this proxy for HTTPS
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
"{{ identifier }}_proxy":
|
https_proxy:
|
||||||
description: "{{ identifier }} Proxy"
|
description: HTTPS Proxy
|
||||||
dynamic:
|
|
||||||
- HTTPS
|
|
||||||
- SOCKS
|
|
||||||
hidden:
|
hidden:
|
||||||
variable: manual.use_for_https
|
variable: manual.use_for_https
|
||||||
|
|
||||||
address:
|
address:
|
||||||
description: "{{ identifier }} address"
|
description: HTTPS address
|
||||||
default:
|
default:
|
||||||
variable: manual.http_proxy.address
|
variable: manual.http_proxy.address
|
||||||
|
|
||||||
port:
|
port:
|
||||||
description: "{{ identifier }} port"
|
description: HTTPS Port
|
||||||
default:
|
default:
|
||||||
variable: manual.http_proxy.port
|
variable: manual.http_proxy.port
|
||||||
|
|
Loading…
Reference in a new issue