[tutorial v1.1_085] Redefine other parameter in custom type for HTTPS and SOCKS
This commit is contained in:
parent
065dfc3f96
commit
f0b7b7ef3c
1 changed files with 16 additions and 0 deletions
|
|
@ -12,10 +12,26 @@ manual:
|
||||||
hidden:
|
hidden:
|
||||||
variable: _.use_for_https
|
variable: _.use_for_https
|
||||||
|
|
||||||
|
address:
|
||||||
|
redefine: true
|
||||||
|
description: HTTPS proxy address
|
||||||
|
|
||||||
|
port:
|
||||||
|
redefine: true
|
||||||
|
description: HTTPS proxy port
|
||||||
|
|
||||||
socks_proxy:
|
socks_proxy:
|
||||||
description: SOCKS Proxy
|
description: SOCKS Proxy
|
||||||
type: proxy
|
type: proxy
|
||||||
|
|
||||||
|
address:
|
||||||
|
redefine: true
|
||||||
|
description: SOCKS proxy address
|
||||||
|
|
||||||
|
port:
|
||||||
|
redefine: true
|
||||||
|
description: SOCKS proxy port
|
||||||
|
|
||||||
version:
|
version:
|
||||||
description: SOCKS host version used by proxy
|
description: SOCKS host version used by proxy
|
||||||
choices:
|
choices:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue