mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Made screensharing jail off by default
Also added note about requiring paths-osx.conf.
This commit is contained in:
parent
4b4d5a95b7
commit
acee68a9ee
1 changed files with 3 additions and 2 deletions
|
|
@ -788,8 +788,9 @@ maxretry = 1
|
|||
findtime = 1
|
||||
|
||||
[screensharing]
|
||||
# For Mac OS Screen Sharing Service
|
||||
enabled = true
|
||||
# For Mac OS Screen Sharing Service (VNC)
|
||||
# Requires the 'before' statement in the [INCLUDE] section to include paths-osx.conf
|
||||
enabled = false
|
||||
filter = screensharingd
|
||||
logpath = %(system_log)s
|
||||
logencoding=utf-8
|
||||
|
|
|
|||
Loading…
Reference in a new issue