[tutorial v1.1_084] Redefine other parameter in custom type for HTTP
This commit is contained in:
parent
667f053197
commit
34ff5056af
2 changed files with 4 additions and 2 deletions
|
|
@ -13,8 +13,12 @@ manual:
|
|||
type: proxy
|
||||
|
||||
address:
|
||||
redefine: true
|
||||
default: null
|
||||
description: HTTP proxy address
|
||||
|
||||
port:
|
||||
redefine: true
|
||||
default: 8080
|
||||
description: HTTP proxy port
|
||||
...
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ version: 1.1
|
|||
proxy:
|
||||
|
||||
address:
|
||||
description: Proxy address
|
||||
type: domainname
|
||||
params:
|
||||
allow_ip: true
|
||||
|
|
@ -13,7 +12,6 @@ proxy:
|
|||
variable: __.http_proxy.address
|
||||
|
||||
port:
|
||||
description: Proxy port
|
||||
type: port
|
||||
default:
|
||||
variable: __.http_proxy.port
|
||||
|
|
|
|||
Loading…
Reference in a new issue