rougail-tutorials_builder/examples/050/structural_files/firefox/10-manual.yml

22 lines
311 B
YAML
Raw Normal View History

2025-05-05 19:05:46 +02:00
%YAML 1.2
2025-05-05 18:21:57 +02:00
---
2025-11-02 20:39:39 +01:00
version: 1.1
2025-05-05 18:21:57 +02:00
manual:
2026-01-07 08:36:06 +01:00
description: Manual proxy configuration
disabled: true
2025-05-05 18:21:57 +02:00
2026-01-07 08:36:06 +01:00
http_proxy: # HTTP Proxy
2025-05-05 18:21:57 +02:00
address:
2026-01-07 08:36:06 +01:00
description: HTTP address
2025-05-05 18:21:57 +02:00
type: domainname
params:
allow_ip: true
port:
2026-01-07 08:36:06 +01:00
description: HTTP Port
2025-05-05 18:21:57 +02:00
type: port
default: 8080
2025-05-05 19:05:46 +02:00
...