This repository was archived by the owner on Aug 27, 2022. It is now read-only.
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
Exclude from api but include in the sensor #74
Open
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.
Metadata
Metadata
Assignees
Labels
No labels