feat(desktop): enable the firewall on desktop machines

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2026-07-26 22:26:01 +08:00
parent 74598b6f6b
commit 095dc5dee8
4 changed files with 14 additions and 10 deletions
+1 -2
View File
@@ -52,8 +52,7 @@
receiver = "telegram";
routes = [
{
# Meta alerts like Watchdog & InfoInhibitor should never notify,
# and info-level alerts are too noisy; route them to a null receiver.
# Meta alerts (Watchdog, InfoInhibitor) and info-level noise never notify.
receiver = "null";
matchers = [ ''severity =~ "none|info"'' ];
}