Skip to content
Snippets Groups Projects
Commit 2f5ebe5e authored by rswindell's avatar rswindell
Browse files

Disable QOTD by default.

Rename UDP-Finger to Finger-UDP.
Added FlashPolicy config.
parent 2cae8640
No related branches found
No related tags found
No related merge requests found
......@@ -76,12 +76,14 @@ Command=activeuserservice.js
; QOTD service
[QOTD]
Enabled=false
Port=17
Options=NO_HOST_LOOKUP
Command=qotdservice.js
; QOTD service (UDP)
[QOTD-UDP]
Enabled=false
Port=17
Options=UDP | NO_HOST_LOOKUP
Command=qotdservice.js
......@@ -93,7 +95,7 @@ Options=NO_HOST_LOOKUP
Command=fingerservice.js
; Finger Service, fast (for inter-BBS instant-messaging)
[UDP-Finger]
[Finger-UDP]
Port=79
Options=UDP | NO_HOST_LOOKUP
Command=fingerservice.js
......@@ -125,3 +127,8 @@ MaxClients=20
Port=5501
Command=hotline-transfer.js
MaxClients=20
[FlashPolicy]
Port=843
Options=NO_HOST_LOOKUP
Command=flashpolicyserver.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment