Commit Graph

6 Commits

Author SHA1 Message Date
Frank Olbricht 2247c67061 Add support for extended error codes in blocklist-v2 (#373)
* Add support for extended error codes in blocklist-v2

* Add EDE options to respons-blocklist and static-responder

* fix nil ptr

* simplify accessing the question
2024-04-21 11:53:20 +02:00
Frank Olbricht e06ed844aa Support Extended Error Codes in static-responder (#347)
* Support Extended Error Codes in static-responder

* rename
2023-11-18 10:01:48 +01:00
Chris Buijs 35c9051e6d Add truncate option in static-responder to set TC bit (#211)
* Added "truncate" flag/config

* Update static.go

* Add truncate

* Truncate

* Update configuration.md

* Truncate Example

* Update static.go

* Add truncate

* Update static.go

* Update static.go

* Update static.go

* Update static.go

* Update static.go

* Update static.go

* Update static.go

* Update static.go

* Update static.go

* Update static.go

* Update static.go

* Update cmd/routedns/example-config/truncate.toml

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

* Update doc/configuration.md

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

* Revert to existing/original logic with truncate

* Update logging

Co-authored-by: Frank Olbricht <frank.olbricht@gmail.com>
2022-02-05 07:29:34 -07:00
Frank Olbricht 94387020af Log query type (#69) 2020-06-22 20:19:36 -06:00
Frank Olbricht 6c59cb1a7c Improve logging (#51)
* Improve logging

* fix test
2020-06-07 13:24:51 -06:00
Frank Olbricht b38e459884 Add static-responder group (#25)
* Add static-responder group

* Missing files

* Fix example file
2020-05-17 08:22:00 -06:00