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

Enable active user service.

parent 316a4c1b
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,20 @@ MaxClients=10
Options=0
Command=nntpservice.js -f
; Active User service
[ActiveUser]
Port=11
MaxClients=10
Options=NO_HOST_LOOKUP
Command=activeuserservice.js
; Active User service
[ActiveUser-UDP]
Port=11
MaxClients=10
Options=UDP | NO_HOST_LOOKUP
Command=activeuserservice.js
; Finger Service
[Finger]
Port=79
......
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