[tutorial v1.1_042] Copy HTTP manual proxy to HTTPS manual proxy
This commit is contained in:
parent
b9b4fe3cf7
commit
d9caadb977
1 changed files with 13 additions and 0 deletions
|
|
@ -5,4 +5,17 @@ version: 1.1
|
||||||
manual:
|
manual:
|
||||||
|
|
||||||
use_for_https: true # Also use this proxy for HTTPS
|
use_for_https: true # Also use this proxy for HTTPS
|
||||||
|
|
||||||
|
https_proxy: # 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