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 @@
LoginAttemptThrottle = 1000
LoginAttemptHackThreshold = 10
LoginAttemptTempBanThreshold = 20
LoginAttemptTempBanDuration = 10M
LoginAttemptTempBanDuration = 10m
LoginAttemptFilterThreshold = 0
LoginAttemptFilterDuration = 0
; Sound (*.wav) files to play on specific events:
......@@ -61,7 +61,7 @@
LogoutSound =
HackAttemptSound =
[BBS] Terminal Server
[BBS] Terminal (Telnet, SSH, RLogin, Raw-TCP) Server
; Set to 'false' to disable Telnet/Rlogin/Event server:
AutoStart = true
; Set to IP address of network interface (or blank for default):
......@@ -174,7 +174,7 @@
; HAPROXY_PROTO
Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
[Mail] SMTP/POP3 Mail Server
[Mail] SMTP(S)/POP3(S) Mail Server
AutoStart = true
MaxClients = 100
MaxInactivity = 2m
......@@ -244,13 +244,13 @@
; MUTE - Don't play sound files
Options = ALLOW_POP3 | USE_SUBMISSION_PORT | TLS_SUBMISSION | TLS_POP3
[FTP] FTP Server
[FTP] FTP(S) Server
AutoStart = true
Port = 21
MaxClients = 100
MaxInactivity = 5m
MaxConcurrentConnections = 0
QwkTimeout = 10M
QwkTimeout = 10m
MinFileSize = 0
MaxFileSize = 0
Interface =
......@@ -285,7 +285,7 @@
; MUTE
Options = INDEX_FILE | ALLOW_QWK
[Web] Web (HTTP[S]) Server
[Web] HTTP(S) Server
AutoStart = true
; HTTP interface(s)
Interface =
......
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