mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-05 19:18:01 +08:00
17 lines
345 B
CFEngine3
17 lines
345 B
CFEngine3
SERVER {
|
|
|
|
PORT 8080
|
|
|
|
DOS_WHITE_LIST 127.0.0.1,10.30.0.0/16
|
|
DOS_EMAIL_NOTIFY mail.unirel.com:stefano.casazza2@unirel.com
|
|
DOS_SYSTEM_COMMAND "sh -c 'echo %.*s: %.*s >> /tmp/dos_blacklist.txt'"
|
|
|
|
LOG_FILE rdb_server.log
|
|
LOG_FILE_SZ 1M
|
|
|
|
PLUGIN echo
|
|
PLUGIN_DIR ../../src/ulib/net/server/plugin/.libs
|
|
|
|
PREFORK_CHILD 0
|
|
}
|