2017-03-02 18:23:23 +08:00
|
|
|
dns {
|
2017-06-21 16:18:52 +08:00
|
|
|
enable_dnssec = true;
|
2017-03-02 18:23:23 +08:00
|
|
|
}
|
2019-12-02 17:54:22 +08:00
|
|
|
map_watch_interval = 30s;
|
2018-08-03 17:56:39 +08:00
|
|
|
disable_monitoring = true;
|
2021-07-19 18:09:32 +08: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;
|