mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Make token optional
This commit is contained in:
parent
bebc4a8acf
commit
10a347efd8
1 changed files with 2 additions and 1 deletions
|
|
@ -74,8 +74,9 @@ ntfyurl = https://ntfy.sh
|
|||
ntfytopic = alerts
|
||||
|
||||
# ntfy token
|
||||
# Use access token or leave empty if authentication not required
|
||||
#
|
||||
ntfytoken = tk_00000000000000000000000000000
|
||||
ntfytoken =
|
||||
|
||||
# ntfy ban notification priority
|
||||
# Options: max, high, default, low, min
|
||||
|
|
|
|||
Loading…
Reference in a new issue