16 lines
286 B
YAML
16 lines
286 B
YAML
|
|
---
|
||
|
|
firefox:
|
||
|
|
proxy_mode: Manual proxy configuration
|
||
|
|
manual:
|
||
|
|
http_proxy:
|
||
|
|
address: http.proxy.net
|
||
|
|
port: 3128
|
||
|
|
use_for_https: false
|
||
|
|
https_proxy:
|
||
|
|
address: https.proxy.net
|
||
|
|
foxyproxy:
|
||
|
|
proxies:
|
||
|
|
- title: My company
|
||
|
|
type: HTTP
|
||
|
|
color: '#66cc66'
|