Andreas Huber

Results 3 issues of Andreas Huber

The rewrite plugin allows overwriting the TTL in DNS response to a fixed value. I wanted to use this plugin to reduce TTL on some domains. But while using it...

enhancement
plugin/rewrite

Signed-off-by: Andreas Huber ### 1. Why is this pull request needed and what does it do? Add support for specifying min & max TTL values in rewrite plugin. ### 2....

needs update

Until version 2.17.3 Jackson was able to deserialize a number into wrapper classes such as this one: ```Java class IntValue { private final int value; IntValue(int value) { this.value =...