[tutorial 103] xxx
This commit is contained in:
parent
ca782863f0
commit
8fb1a6c1e7
1 changed files with 14 additions and 1 deletions
|
@ -1,12 +1,25 @@
|
||||||
---
|
---
|
||||||
proxies:
|
proxies:
|
||||||
description: Proxy configuration
|
description: Proxy configuration
|
||||||
type: leadership
|
_type: leadership
|
||||||
|
|
||||||
title:
|
title:
|
||||||
description: Title or Description
|
description: Title or Description
|
||||||
mandatory: false
|
mandatory: false
|
||||||
|
|
||||||
|
type:
|
||||||
|
description: Proxy Type
|
||||||
|
choices:
|
||||||
|
- HTTP
|
||||||
|
- HTTPS/SSL
|
||||||
|
- SOCKS4
|
||||||
|
- SOCKS5
|
||||||
|
- PAC URL
|
||||||
|
- WPAD
|
||||||
|
- System (use system settings)
|
||||||
|
- Direct (no proxy)
|
||||||
|
default: Direct (no proxy)
|
||||||
|
|
||||||
color:
|
color:
|
||||||
description: Color
|
description: Color
|
||||||
regexp: "^#(?:[0-9a-f]{3}){1,2}$"
|
regexp: "^#(?:[0-9a-f]{3}){1,2}$"
|
||||||
|
|
Loading…
Reference in a new issue