Skip to content

Commit

Permalink
Add PTR record test cases for 1.1.1.1 and 108.138.7.68 in CompareProv…
Browse files Browse the repository at this point in the history
…idersResolve
  • Loading branch information
PrzemyslawKlys committed Nov 25, 2024
1 parent 949157d commit c37a8ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DnsClientX.Tests/CompareProvidersResolve.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public class CompareProvidersResolve(ITestOutputHelper output) {
[InlineData("microsoft.com", DnsRecordType.NS)]

[InlineData("google.com", DnsRecordType.MX)]
[InlineData("1.1.1.1", DnsRecordType.PTR)]
[InlineData("108.138.7.68", DnsRecordType.PTR)]
public async void CompareRecords(string name, DnsRecordType resourceRecordType, DnsEndpoint[]? excludedEndpoints = null) {
output.WriteLine($"Testing record: {name}, type: {resourceRecordType}");

Expand Down

0 comments on commit c37a8ec

Please sign in to comment.