mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-26 17:01:06 +00:00
b3b1d47b34
Change-type: minor Signed-off-by: Christina Wang <christina@balena.io>
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";
|
|
}
|