13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
# pid file destination
|
|
PIDFILE=/var/run/tor/ocat.pid
|
|
|
|
# log file destination
|
|
LOGFILE=/var/log/ocatd.log
|
|
|
|
# onioncat hidden service hostname file
|
|
OCAT_HOSTNAME_FILE=/var/lib/tor/onioncat/hostname
|
|
|
|
# options
|
|
OCAT_OPTS="-C -4 -L \"${LOGFILE}\" $(cat ${OCAT_HOSTNAME_FILE})"
|
|
|