[tutorial v1.1_080] HTTP Proxy with "proxy" type

This commit is contained in:
egarette@silique.fr 2026-03-09 09:12:36 +01:00
parent 2660d10f58
commit 59848a12bd
2 changed files with 20 additions and 12 deletions

View file

@ -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
View 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
...