2017-03-02 11:23:23 +01:00
|
|
|
dns {
|
2017-06-21 10:18:52 +02:00
|
|
|
enable_dnssec = true;
|
2017-03-02 11:23:23 +01:00
|
|
|
}
|
2019-12-02 10:54:22 +01:00
|
|
|
map_watch_interval = 30s;
|
2018-08-03 11:56:39 +02:00
|
|
|
disable_monitoring = true;
|
2021-07-19 12:09:32 +02:00
|
|
|
# In case a task times out (like DNS lookup), soft reject the message
|
|
|
|
# instead of silently accepting the message without further processing.
|
|
|
|
soft_reject_on_timeout = true;
|