options.inc 258 B

12345678
  1. dns {
  2. enable_dnssec = true;
  3. }
  4. map_watch_interval = 30s;
  5. disable_monitoring = true;
  6. # In case a task times out (like DNS lookup), soft reject the message
  7. # instead of silently accepting the message without further processing.
  8. soft_reject_on_timeout = true;