initial import
This commit is contained in:
11
onioncat/ocat.confd
Normal file
11
onioncat/ocat.confd
Normal file
@@ -0,0 +1,11 @@
|
||||
# pid file destination
|
||||
PIDFILE=/var/run/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})"
|
||||
Reference in New Issue
Block a user