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