Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f022c commit ebf718dCopy full SHA for ebf718d
source/_cookbook/fail2ban.markdown
@@ -14,6 +14,14 @@ This is a quick guide on how to setup fail2ban for Home Assistant. This was orig
14
15
First install `fail2ban`. On Debian/Ubuntu this would be `apt-get install fail2ban`. On other distros you can google it.
16
17
+Then make sure logging is enabled in `/home/homeassistant/.homeassistant/configuration.yaml` for your HA instance:
18
+```
19
+logger:
20
+ default: critical
21
+ logs:
22
+ homeassistant.components.http: warning
23
24
+
25
Next we will be creating these three files :
26
27
- `/etc/fail2ban/fail2ban.local`
0 commit comments