Skip to content
Snippets Groups Projects
Commit 4f29ad4e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Can't have bracket in a comment following a section (duh)

Also updated some durations, lowercase unit designator, and added some
more server section comments.
parent 195bf802
No related branches found
No related tags found
No related merge requests found
Pipeline #5077 passed
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
LoginAttemptThrottle = 1000 LoginAttemptThrottle = 1000
LoginAttemptHackThreshold = 10 LoginAttemptHackThreshold = 10
LoginAttemptTempBanThreshold = 20 LoginAttemptTempBanThreshold = 20
LoginAttemptTempBanDuration = 10M LoginAttemptTempBanDuration = 10m
LoginAttemptFilterThreshold = 0 LoginAttemptFilterThreshold = 0
LoginAttemptFilterDuration = 0 LoginAttemptFilterDuration = 0
; Sound (*.wav) files to play on specific events: ; Sound (*.wav) files to play on specific events:
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
LogoutSound = LogoutSound =
HackAttemptSound = HackAttemptSound =
[BBS] Terminal Server [BBS] Terminal (Telnet, SSH, RLogin, Raw-TCP) Server
; Set to 'false' to disable Telnet/Rlogin/Event server: ; Set to 'false' to disable Telnet/Rlogin/Event server:
AutoStart = true AutoStart = true
; Set to IP address of network interface (or blank for default): ; Set to IP address of network interface (or blank for default):
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
; HAPROXY_PROTO ; HAPROXY_PROTO
Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
[Mail] SMTP/POP3 Mail Server [Mail] SMTP(S)/POP3(S) Mail Server
AutoStart = true AutoStart = true
MaxClients = 100 MaxClients = 100
MaxInactivity = 2m MaxInactivity = 2m
...@@ -244,13 +244,13 @@ ...@@ -244,13 +244,13 @@
; MUTE - Don't play sound files ; MUTE - Don't play sound files
Options = ALLOW_POP3 | USE_SUBMISSION_PORT | TLS_SUBMISSION | TLS_POP3 Options = ALLOW_POP3 | USE_SUBMISSION_PORT | TLS_SUBMISSION | TLS_POP3
[FTP] FTP Server [FTP] FTP(S) Server
AutoStart = true AutoStart = true
Port = 21 Port = 21
MaxClients = 100 MaxClients = 100
MaxInactivity = 5m MaxInactivity = 5m
MaxConcurrentConnections = 0 MaxConcurrentConnections = 0
QwkTimeout = 10M QwkTimeout = 10m
MinFileSize = 0 MinFileSize = 0
MaxFileSize = 0 MaxFileSize = 0
Interface = Interface =
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
; MUTE ; MUTE
Options = INDEX_FILE | ALLOW_QWK Options = INDEX_FILE | ALLOW_QWK
[Web] Web (HTTP[S]) Server [Web] HTTP(S) Server
AutoStart = true AutoStart = true
; HTTP interface(s) ; HTTP interface(s)
Interface = Interface =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment