[tutorial 024] Copy HTTP manual proxy to HTTPS manual proxy

This commit is contained in:
egarette@silique.fr 2025-11-07 06:37:16 +01:00
parent 6e27a7061d
commit b2625d1414

View file

@ -5,4 +5,17 @@ version: 1.1
manual:
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
...