Skip to content
Snippets Groups Projects
Commit 7d159a61 authored by rswindell's avatar rswindell
Browse files

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).
parent e6ad53b8
Branches
Tags
No related merge requests found
...@@ -12,11 +12,8 @@ ...@@ -12,11 +12,8 @@
; ListenBacklog (valid for TCP services only, default: 5) ; ListenBacklog (valid for TCP services only, default: 5)
; Options (default: 0, see below for valid bit flag definitions) ; Options (default: 0, see below for valid bit flag definitions)
LogLevel=
StackSize=0
MaxClients=10 MaxClients=10
ListenBacklog=5 ListenBacklog=5
Options=0
; Each service also supports the following keys: ; Each service also supports the following keys:
...@@ -65,39 +62,36 @@ Command=mspservice.js ...@@ -65,39 +62,36 @@ Command=mspservice.js
; Active User service ; Active User service
[ActiveUser] [ActiveUser]
Port=11 Port=11
Options=NO_HOST_LOOKUP
Command=activeuserservice.js Command=activeuserservice.js
; Active User service ; Active User service
[ActiveUser-UDP] [ActiveUser-UDP]
Port=11 Port=11
Options=UDP | NO_HOST_LOOKUP Options=UDP
Command=activeuserservice.js Command=activeuserservice.js
; QOTD service ; QOTD service
[QOTD] [QOTD]
Enabled=false Enabled=false
Port=17 Port=17
Options=NO_HOST_LOOKUP
Command=qotdservice.js Command=qotdservice.js
; QOTD service (UDP) ; QOTD service (UDP)
[QOTD-UDP] [QOTD-UDP]
Enabled=false Enabled=false
Port=17 Port=17
Options=UDP | NO_HOST_LOOKUP Options=UDP
Command=qotdservice.js Command=qotdservice.js
; Finger Service ; Finger Service
[Finger] [Finger]
Port=79 Port=79
Options=NO_HOST_LOOKUP
Command=fingerservice.js Command=fingerservice.js
; Finger Service, fast (for inter-BBS instant-messaging) ; Finger Service, fast (for inter-BBS instant-messaging)
[Finger-UDP] [Finger-UDP]
Port=79 Port=79
Options=UDP | NO_HOST_LOOKUP Options=UDP
Command=fingerservice.js Command=fingerservice.js
; Archaic HTTP-like protocol ; Archaic HTTP-like protocol
...@@ -130,5 +124,4 @@ MaxClients=20 ...@@ -130,5 +124,4 @@ MaxClients=20
[FlashPolicy] [FlashPolicy]
Port=843 Port=843
Options=NO_HOST_LOOKUP
Command=flashpolicyserver.js Command=flashpolicyserver.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment