mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-28 17:48:52 +00:00
18 lines
275 B
Plaintext
18 lines
275 B
Plaintext
|
base {
|
||
|
log_debug = off;
|
||
|
log_info = on;
|
||
|
log = stderr;
|
||
|
daemon = off;
|
||
|
redirector = iptables;
|
||
|
}
|
||
|
|
||
|
redsocks {
|
||
|
local_ip = 127.0.0.1;
|
||
|
local_port = 12345;
|
||
|
ip = example.org;
|
||
|
port = 1080;
|
||
|
type = socks5;
|
||
|
login = "foo";
|
||
|
password = "bar";
|
||
|
}
|