Skip to content
Snippets Groups Projects
Commit 0dbb6343 authored by rswindell's avatar rswindell
Browse files

Added NNTPS section (disabled by default)

Disable the following unused services by default:
- MSP-UDP
- Finger-UDP
- Hotline
- Hotline-TRANS
- FlashPolicy

Added BINKP service section, disabled by default.

Added WS (WebSockets) and WSS (WebSockets Secure) service sections,
enabled by default.
parent ac55b51a
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,12 @@ ListenBacklog=5
Port=119
Command=nntpservice.js -f
[NNTPS]
Enabled=false
Port=563
Options=TLS
Command=nntpservice.js
; Message Send Protocol service
[MSP]
Port=18
......@@ -55,6 +61,7 @@ Command=mspservice.js
; Message Send Protocol service (UDP)
[MSP-UDP]
Enabled=false
Port=18
Options=UDP
Command=mspservice.js
......@@ -90,6 +97,7 @@ Command=fingerservice.js
; Finger Service, fast (for inter-BBS instant-messaging)
[Finger-UDP]
Enabled=false
Port=79
Options=UDP
Command=fingerservice.js
......@@ -116,12 +124,30 @@ Command=json-service.js
Port=5500
Command=hotline.js
MaxClients=20
Enabled=false
[Hotline-TRANS]
Port=5501
Command=hotline-transfer.js
MaxClients=20
Enabled=false
[BINKP]
Enabled=false
Port=24554
Command=binkit.js
[FlashPolicy]
Port=843
Command=flashpolicyserver.js
Enabled=false
[WS]
Port=1123
Options=NO_HOST_LOOKUP
Command=websocketservice.js
[WSS]
Port=11235
Options=NO_HOST_LOOKUP|TLS
Command=websocketservice.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