[tutorial 032] Copy HTTP manual proxy to HTTPS manual proxy
This commit is contained in:
parent
5e708fe3b4
commit
de63937bff
1 changed files with 14 additions and 0 deletions
|
@ -4,3 +4,17 @@ manual:
|
||||||
use_for_https:
|
use_for_https:
|
||||||
description: Also use this proxy for HTTPS
|
description: Also use this proxy for HTTPS
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
|
https_proxy:
|
||||||
|
description: HTTPS Proxy
|
||||||
|
|
||||||
|
address:
|
||||||
|
description: HTTPS address
|
||||||
|
type: domainname
|
||||||
|
params:
|
||||||
|
allow_ip: true
|
||||||
|
|
||||||
|
port:
|
||||||
|
description: HTTPS Port
|
||||||
|
type: port
|
||||||
|
default: 8080
|
||||||
|
|
Loading…
Reference in a new issue