Skip to content

Home Assistant HACS plugin for automatically removing IP from ban list

Notifications You must be signed in to change notification settings

kkellner/homeassistant-unban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto_unban

Home Assistant HACS plugin for automatically removing IP from ban list

WARNING: This is a work-in-progress

NOTE: Only the never_ban feature is currently implemented.

Configuration

Example config to be added to configuration.yaml

unban:
    max_time: 600   # Maximum time to ban auto_unban IPs (not implemented yet)
    never_ban:
        - 172.20.0.60
        - 172.20.0.61
        - 127.0.0.1
    auto_unban:  # Not implemented yet
        - 172.20.0.0/24

About

Home Assistant HACS plugin for automatically removing IP from ban list

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages