Add razorfy and bind config
This commit is contained in:
14
etc/razorfy.conf
Normal file
14
etc/razorfy.conf
Normal 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
|
Reference in New Issue
Block a user