rougail-tutorials/firefox/20-manual.yml

34 lines
519 B
YAML
Raw Normal View History

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