20 lines
282 B
YAML
20 lines
282 B
YAML
|
|
%YAML 1.2
|
||
|
|
---
|
||
|
|
version: 1.1
|
||
|
|
|
||
|
|
manual: # Manual proxy configuration
|
||
|
|
|
||
|
|
http_proxy: # HTTP Proxy
|
||
|
|
|
||
|
|
address:
|
||
|
|
description: HTTP address
|
||
|
|
type: domainname
|
||
|
|
params:
|
||
|
|
allow_ip: true
|
||
|
|
|
||
|
|
port:
|
||
|
|
description: HTTP Port
|
||
|
|
type: port
|
||
|
|
default: 8080
|
||
|
|
...
|