You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"No DNS resource records received for query \"{query}\" (Query type: \"{_settings.QueryType}\") and the DNS server did not return an error. Try to check your DNS server with: dig @{dnsServer.Address}{digAdditionalCommand}{query}"));
184
+
171
185
return;// continue
172
186
}
173
187
@@ -191,6 +205,7 @@ public void ResolveAsync(IEnumerable<string> hosts)
191
205
/// </summary>
192
206
/// <param name="answers">List of DNS resource records.</param>
193
207
/// <param name="nameServer">DNS name server that answered the query.</param>
208
+
/// <param name="nameServerHostname">DNS name server hostname.</param>
Copy file name to clipboardExpand all lines: Website/docs/changelog/next-release.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Release date: **xx.xx.2023**
43
43
- Scan is no longer aborted if the IP of a single host in a series of hosts cannot be resolved (the host is skipped and an error is displayed) [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
44
44
- DNS Lookup
45
45
- Hostname of the nameserver added to group [#2573](https://github.com/BornToBeRoot/NETworkManager/pull/2573)
46
+
- Resolve was finished too early if a request timed [#2612](https://github.com/BornToBeRoot/NETworkManager/pull/2612)
0 commit comments