summaryrefslogtreecommitdiff
path: root/net-proxy/redsocks/files/redsocks.conf
blob: 76b2c5f893c4033ba240a83a69803e6cc607c076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Config file for /etc/init.d/redsocks

# Path to the redsocks binary (needs to be absolute path).

#REDSOCKS_BINARY="/usr/sbin/redsocks"

# Path to the redsocks config (needs to be absolute path).

#REDSOCKS_CONFIG="/etc/redsocks.conf"

# Pid file to use (needs to be absolute path).

#REDSOCKS_PIDFILE="/run/redsocks/redsocks.pid"

rc_use="logger"