mirror of https://github.com/xSmurf/oz.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
738 B
31 lines
738 B
{
|
|
"path": "/usr/local/bin/pond"
|
|
, "xserver": {
|
|
"enabled": true
|
|
, "enable_tray": true
|
|
, "tray_icon":"/usr/share/icons/gnome-colors-common/scalable/apps/office-mail.svg"
|
|
, "window_icon":"/usr/share/icons/gnome-colors-common/scalable/apps/office-mail.svg"
|
|
, "disable_audio": true
|
|
, "use_pulse_audio": false
|
|
}
|
|
, "networking":{
|
|
"type":"empty"
|
|
, "sockets": [
|
|
{"type":"client", "proto":"tcp", "port":9050}
|
|
, {"type":"client", "proto":"tcp", "port":30003}
|
|
]
|
|
}
|
|
, "whitelist": [
|
|
{"path":"${HOME}/.pond"}
|
|
, {"path":"/opt/usr/share/gopkgs/pond"}
|
|
]
|
|
, "blacklist": [
|
|
]
|
|
, "environment": [
|
|
{"name":"GOPATH", "value":"/opt/usr/share/gopkgs/pond"}
|
|
, {"name":"TOR_SKIP_LAUNCH"}
|
|
, {"name":"TOR_SOCKS_HOST"}
|
|
, {"name":"TOR_SOCKS_PORT"}
|
|
]
|
|
}
|