This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
I want to see who logged in from my local network but I want to exclude these from the api calls.
Describe the solution you'd like
Add a seperate exclude option to api part like this
api:
provider: 'ipapi'
exclude:
- "local ip"
- "other ip"
I am not sure how this works but it will be helpful to reduce unnecessary api calls.