mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Added in settings for screensharingd filter
This commit is contained in:
parent
3ec725a2ba
commit
80546c6164
1 changed files with 7 additions and 0 deletions
|
|
@ -786,3 +786,10 @@ returntype = DROP
|
|||
bantime = 3600
|
||||
maxretry = 1
|
||||
findtime = 1
|
||||
|
||||
[screensharing]
|
||||
# For Mac OS Screen Sharing Service
|
||||
enabled = true
|
||||
filter = screensharingd
|
||||
logpath = %(system_log)s
|
||||
maxretry = 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue