25 lines
469 B
YAML
25 lines
469 B
YAML
---
|
|
manual:
|
|
|
|
use_for_https:
|
|
description: Also use this proxy for HTTPS
|
|
default: true
|
|
|
|
https_proxy:
|
|
description: HTTPS Proxy
|
|
hidden:
|
|
variable: manual.use_for_https
|
|
|
|
address:
|
|
description: HTTPS address
|
|
type: domainname
|
|
params:
|
|
allow_ip: true
|
|
default:
|
|
variable: manual.http_proxy.address
|
|
|
|
port:
|
|
description: HTTPS Port
|
|
type: port
|
|
default:
|
|
variable: manual.http_proxy.port
|