Commit Graph

8 Commits

Author SHA1 Message Date
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
folbrich
8117a90cba Support routing by ListenerID or TLS server name 2022-12-28 10:51:54 +01:00
folbrich
a5088b1b56 Fix typo as per #151 2021-05-13 20:30:17 -06:00
Frank Olbricht
30e563b7ca Don't collapse or minimize unsuccessful responses (#114) 2020-12-28 11:43:40 -07:00
Frank Olbricht
ef5a8d1d0e Option to change the response code after collapsing to zero (#109) 2020-12-28 11:42:19 -07:00
Frank Olbricht
94387020af Log query type (#69) 2020-06-22 20:19:36 -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
Frank Olbricht
87075f18b1 New elements to minimize and collapse responses (#54)
* New elements to minimize and collapse responses

* Return NXDOMAIN when nothing is left after answer collapse
2020-06-08 16:22:14 -06:00