Compare commits

..

No commits in common. "v1.1_240" and "v1.1_240~1" have entirely different histories.

View file

@ -71,38 +71,6 @@ proxies:
- SOCKS4 - SOCKS4
- SOCKS5 - SOCKS5
username:
description: Username
type: unix_user
mandatory:
variable: _.password
when_not: null
disabled:
jinja: |-
{{ _.type not in ['HTTP', 'HTTPS/SSL', 'SOCKS4', 'SOCKS5'] }}
return_type: boolean
description: |-
if type not in:
- HTTP
- HTTPS/SSL
- SOCKS4
- SOCKS5
password:
description: Password
type: secret
mandatory: false
disabled:
jinja: |-
{{ _.type not in ['HTTP', 'HTTPS/SSL', 'SOCKS4', 'SOCKS5'] }}
return_type: boolean
description: |-
if type not in:
- HTTP
- HTTPS/SSL
- SOCKS4
- SOCKS5
url: url:
description: URL description: URL
type: web_address type: web_address