Commit Graph

5 Commits

Author SHA1 Message Date
Frank Olbricht
0e8cf48b09 New use-ecs option in client-blocklist (#351) 2025-01-14 06:56:12 +01:00
Ali
e51f51e1bc move from logrus to slog (#422)
* Migrate from logrus to slog

* fully removing logrus

* should be working now

* Update pipeline.go

Co-authored-by: Frank Olbricht <frank.olbricht@gmail.com>

* Update response-blocklist-name.go

Co-authored-by: Frank Olbricht <frank.olbricht@gmail.com>

* added null logger

* Update pipeline.go

---------

Co-authored-by: Frank Olbricht <frank.olbricht@gmail.com>
2025-01-13 08:43:30 +01:00
Frank Olbricht
acc8842fad Support naming blocklists to help with logging (#201)
* Support naming blocklists to help with logging

* Support naming of lists in response blocklists too

* Add list name to client-blocklist as well
2022-01-09 07:44:53 -07:00
SeanBurford
482d40a5db Expvar (#84)
* Add metric tracking

* Clean up metrics structures.

* Add available route metric to router.
2020-09-06 09:55:30 -06:00
Frank Olbricht
fb5f38882e Support blocking on client IP with client-blocklist (#63)
* Support blocking on client IP with client-blocklist

* Support dropping of queries and add 'drop' entity

* Fix example

* Return REFUSED by default
2020-06-15 19:15:38 -06:00