This commit is contained in:
SpudGunMan
2024-08-11 23:02:19 -07:00
parent 9e205155a5
commit 28514adf00
4 changed files with 16 additions and 6 deletions
+11 -3
View File
@@ -99,9 +99,17 @@ enabled = False
[general]
DadJokes = False
StoreForward = False
# detect and report the closest to the bot
SentryEnabled = False
```
Sentry Bot detects anyone comeing close to the bot-node
```
# detect anyone close to the bot
SentryEnabled = True
# holdoff time multiplied by minutes(20) of the watchdog
SentryChannel = 9
# channel to send a message to when the watchdog is triggered
SentryHoldoff = 2
# list of ignored nodes numbers ex: 2813308004,4258675309
sentryIgnoreList =
```
The BBS has admin and block lists; see the [config.template](config.template)