Disallow usage of dns timeout / wait below 1s
Does not make sense and setting just "180" without a unit leads to 180 nanoseconds. This is probably unexpected by many, but a consequence from https://pkg.go.dev/time#ParseDuration
We could automatically add "s" to all strings without a unit, but that might be a more fragile check and allows users to configure nonsensical values.