mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 16:48:59 +00:00
✨ feat: color frames, derive grayscale frames at render time
This commit is contained in:
+3
-1
@@ -26,6 +26,8 @@ CHARSET=blocks
|
||||
BRIGHTNESS_THRESHOLD=40
|
||||
# Invert the brightness ramp (for light terminal backgrounds).
|
||||
INVERT=false
|
||||
# Always render grayscale, even for clients that support color.
|
||||
FORCE_GRAYSCALE=false
|
||||
|
||||
# Max rendered width/height in characters.
|
||||
MAX_DIMENSION=1080
|
||||
@@ -39,7 +41,7 @@ MAX_TOTAL_CONNECTIONS=1000
|
||||
# (Empty password counts as an attempt.)
|
||||
MAX_AUTH_ATTEMPTS=3
|
||||
# SSH handshake deadline in ms (0 to disable).
|
||||
HANDSHAKE_TIMEOUT=10000
|
||||
HANDSHAKE_TIMEOUT=30000
|
||||
|
||||
# Log attempted usernames/passwords.
|
||||
LOG_CREDENTIALS=true
|
||||
|
||||
Reference in New Issue
Block a user