From 72b4b53c7849232b73bce6c5f96d22ae717b4afc Mon Sep 17 00:00:00 2001 From: Rick Rubino Date: Mon, 9 Jul 2018 02:20:09 -0700 Subject: [PATCH] Added IP Filtering (#5694) * Added IP Filtering Added IP Filtering as an additional suggested protection for remote access * :pencil2: Removed full link --- source/_docs/configuration/securing.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/configuration/securing.markdown b/source/_docs/configuration/securing.markdown index f49d53509cb..4ed3e20243e 100644 --- a/source/_docs/configuration/securing.markdown +++ b/source/_docs/configuration/securing.markdown @@ -23,6 +23,7 @@ One major advantage of Home Assistant is that it's not dependent on cloud servic If you want to allow remote access, consider these additional points: - Protect your communication with [TLS/SSL](/docs/ecosystem/certificates/lets_encrypt/). +- Enable IP Filtering and configure a low [Login Attempts Threshold](/components/http/) - Protect your communication with [Tor](/cookbook/tor_configuration/). - Protect your communication with a [self-signed certificate](/cookbook/tls_self_signed_certificate/). - Use a [proxy](/cookbook/apache_configuration/).