From 7d159a61e0057e30ee4f8832e1a3aa0b5d17df4d Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 15 Aug 2015 08:29:42 +0000 Subject: [PATCH] Simplify the default services.ini, mostly just removing the explicit (and redundant) NO_HOST_LOOKUP options (this is already the default services options value in the sbbs.ini). --- ctrl/services.ini | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/ctrl/services.ini b/ctrl/services.ini index 46bfb2521d..7913d24341 100644 --- a/ctrl/services.ini +++ b/ctrl/services.ini @@ -12,11 +12,8 @@ ; ListenBacklog (valid for TCP services only, default: 5) ; Options (default: 0, see below for valid bit flag definitions) -LogLevel= -StackSize=0 MaxClients=10 ListenBacklog=5 -Options=0 ; Each service also supports the following keys: @@ -65,39 +62,36 @@ Command=mspservice.js ; Active User service [ActiveUser] Port=11 -Options=NO_HOST_LOOKUP Command=activeuserservice.js ; Active User service [ActiveUser-UDP] Port=11 -Options=UDP | NO_HOST_LOOKUP +Options=UDP 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 +Options=UDP Command=qotdservice.js ; Finger Service [Finger] Port=79 -Options=NO_HOST_LOOKUP Command=fingerservice.js ; Finger Service, fast (for inter-BBS instant-messaging) [Finger-UDP] Port=79 -Options=UDP | NO_HOST_LOOKUP +Options=UDP Command=fingerservice.js ; Archaic HTTP-like protocol @@ -130,5 +124,4 @@ MaxClients=20 [FlashPolicy] Port=843 -Options=NO_HOST_LOOKUP Command=flashpolicyserver.js -- GitLab