27 lines
473 B
YAML
27 lines
473 B
YAML
|
|
%YAML 1.2
|
||
|
|
---
|
||
|
|
version: 1.1
|
||
|
|
|
||
|
|
manual:
|
||
|
|
|
||
|
|
use_for_https: true # Also use this proxy for HTTPS
|
||
|
|
|
||
|
|
'{{ identifier }}_proxy':
|
||
|
|
description: '{{ identifier }} Proxy'
|
||
|
|
hidden:
|
||
|
|
variable: _.use_for_https
|
||
|
|
dynamic:
|
||
|
|
- HTTPS
|
||
|
|
- SOCKS
|
||
|
|
|
||
|
|
address:
|
||
|
|
description: '{{ identifier }} address'
|
||
|
|
default:
|
||
|
|
variable: __.http_proxy.address
|
||
|
|
|
||
|
|
port:
|
||
|
|
description: '{{ identifier }} port'
|
||
|
|
default:
|
||
|
|
variable: __.http_proxy.port
|
||
|
|
...
|