rougail-tutorials_builder/examples/081/structural_files/firefox/20-manual.yml

36 lines
563 B
YAML
Raw Normal View History

2026-03-08 07:49:25 +01:00
%YAML 1.2
---
version: 1.1
manual:
use_for_https: true # Also use this proxy for HTTPS
https_proxy:
description: HTTPS Proxy
type: proxy
hidden:
variable: _.use_for_https
address:
default:
variable: __.http_proxy.address
mandatory: true
port:
default:
variable: __.http_proxy.port
mandatory: true
socks_proxy:
description: SOCKS Proxy
type: proxy
version:
description: SOCKS host version used by proxy
choices:
- v4
- v5
default: v5
...