diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-29 01:21:51 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-29 01:21:51 +0200 |
commit | a07a29ef8f22a96b12f9777fc34c2554e6c201ab (patch) | |
tree | 1ccf5bc23764d07d7988baedcb4f377ccabd7a60 /fastbangs.yaml | |
parent | ef4c38adb1cbf5479ab5cb67a6ebeaf207168d7f (diff) | |
download | fastbangs-a07a29ef8f22a96b12f9777fc34c2554e6c201ab.tar fastbangs-a07a29ef8f22a96b12f9777fc34c2554e6c201ab.tar.bz2 fastbangs-a07a29ef8f22a96b12f9777fc34c2554e6c201ab.tar.zst |
batched/commulative notifications about pending bangs
Diffstat (limited to 'fastbangs.yaml')
-rw-r--r-- | fastbangs.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fastbangs.yaml b/fastbangs.yaml index 1927761..0c5be05 100644 --- a/fastbangs.yaml +++ b/fastbangs.yaml @@ -24,3 +24,7 @@ admin-pw-hash: "" # everything as their email address, so not being careful can easily lead to SQLI-type # vulnerabilities, and possibly remote command execution, so be careful. #email-command: "/path/to/your/email/script" + +# This email will receive notifications about pending bangs, using the email-command +# given above. +#admin-email: "blah@blub.bleh" |