Skip to content
Snippets Groups Projects
Commit f43b54f0 authored by deuce's avatar deuce
Browse files

Add MSP support to default config.

parent 7047e736
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,19 @@ MaxClients=10
Options=0
Command=nntpservice.js -f
; Message Send Protocol service
[MSP]
Port=18
MaxClients=10
Command=mspservice.js
; Message Send Protocol service (UDP)
[MSP-UDP]
Port=18
MaxClients=10
Options=UDP
Command=mspservice.js
; Active User service
[ActiveUser]
Port=11
......
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