Remove default value for 'dns_query_type'

This commit is contained in:
Gunnar Beutner 2017-06-28 13:59:27 +02:00
parent 0e423df4a0
commit 1c1943f58a
1 changed files with 0 additions and 1 deletions

View File

@ -2031,7 +2031,6 @@ object CheckCommand "dns" {
}
vars.dns_lookup = "$host.name$"
vars.dns_query_type = "A"
vars.dns_timeout = 10
}