mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-28 20:55:30 +00:00
debian/* files from redsocks_0.2-1.debian.tar.gz are uploaded to upstream to ease maintenance. MD5(redsocks_0.2-1.debian.tar.gz) = 1d4fe1c98520ffe683a55220c80df193 Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
# Defaults for redsocks initscript
|
|
# sourced by /etc/init.d/redsocks
|
|
# installed at /etc/default/redsocks by the maintainer scripts
|
|
|
|
#
|
|
# This is a POSIX shell fragment
|
|
#
|
|
|
|
# Enable during startup?
|
|
START=no
|
|
|
|
# Configuration file
|
|
CONFFILE="/etc/redsocks.conf"
|