Add razorfy and bind config

This commit is contained in:
Daniel Winzen
2021-05-21 18:58:22 +02:00
parent a6fbf2423d
commit f94c0b6b71
4 changed files with 172 additions and 1 deletions

14
etc/razorfy.conf Normal file
View File

@ -0,0 +1,14 @@
# Razorfy Configuration file
# set to 1 to enable debug logging (Default 0)
RAZORFY_DEBUG = 0
# max number of threads to use (Default 200)
RAZORFY_MAXTHREADS = 200
# bind razorfy default to local ip address (127.0.0.1)
# use :: for all (dual stack), 0.0.0.0 (all ipv4), ::1 localhost v6only, 127.0.0.1 localhost ipv4
RAZORFY_BINDADDRESS = 127.0.0.1
# tcp port to use
RAZORFY_BINDPORT = 11342