[tutorial v1.1_080] HTTP Proxy with "proxy" type
This commit is contained in:
parent
2660d10f58
commit
59848a12bd
2 changed files with 20 additions and 12 deletions
|
|
@ -8,16 +8,7 @@ manual:
|
||||||
variable: _.proxy_mode
|
variable: _.proxy_mode
|
||||||
when_not: Manual proxy configuration
|
when_not: Manual proxy configuration
|
||||||
|
|
||||||
http_proxy: # HTTP Proxy
|
http_proxy:
|
||||||
|
description: HTTP Proxy
|
||||||
address:
|
type: proxy
|
||||||
description: HTTP address
|
|
||||||
type: domainname
|
|
||||||
params:
|
|
||||||
allow_ip: true
|
|
||||||
|
|
||||||
port:
|
|
||||||
description: HTTP Port
|
|
||||||
type: port
|
|
||||||
default: 8080
|
|
||||||
...
|
...
|
||||||
|
|
|
||||||
17
types/proxy/00_type.yml
Normal file
17
types/proxy/00_type.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
%YAML 1.2
|
||||||
|
---
|
||||||
|
version: 1.1
|
||||||
|
|
||||||
|
proxy:
|
||||||
|
|
||||||
|
address:
|
||||||
|
description: Proxy address
|
||||||
|
type: domainname
|
||||||
|
params:
|
||||||
|
allow_ip: true
|
||||||
|
|
||||||
|
port:
|
||||||
|
description: Proxy port
|
||||||
|
type: port
|
||||||
|
default: 8080
|
||||||
|
...
|
||||||
Loading…
Reference in a new issue