Skip to content

dnstapir/tapir-analyse-listchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration example

debug = true
interval = 120
list_url = "https://example.com/list.txt"
observation = "<OBSERVATION>" # Observation to be set when a domain is found on the list 
full_match = false # Match full domain name or ETLD+1

[nats]
debug = true
url = "nats://nats:4222"
event_subject = "internal.events.new_qname"
observation_subject_prefix = "internal.observations"

[[nats.observation_buckets]]
name = "<OBSERVATION>"
observation = "example_observation_bucket"
ttl = 10
create = false # A "false" setting requires bucket to be pre-provisioned

About

Checks a list and sets observation flags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors