Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Add more nameserver matches
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed May 22, 2024
1 parent 97f0ef5 commit 8a02378
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/conformance-tests/src/resolver/dnssec/rfc5155.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ fn proof_of_non_existence_with_nsec3_records() -> Result<()> {
"primary4.nameservers.com." => "0RM17SJJI0C51PADDIFG9LI8K2S04EE9",
"primary5.nameservers.com." => "546PPSKSPN8DOKTTA9MASB0TM06I72GD",
"primary6.nameservers.com." => "40PTL9S01ERIF3E05RERHM419K0465GB",
"primary7.nameservers.com." => "G8O54KH0MJNTDE1IFQOBSLNRA5G7PGJ0",
"primary8.nameservers.com." => "FRMTGMJ1QH91I2QHU61BTJNFKS39UQ2D",
"primary9.nameservers.com." => "6RJVT7UR167JB2296JTV2VG9P8LJK1KG",
"primary10.nameservers.com." => "1CN3HD3QPK3R53P3L13FL91KSML0LT13",
"primary11.nameservers.com." => "6TEE5C0TA2FU4T2KA9R3CT749IVDH0R2",
"primary12.nameservers.com." => "0DJ0I4F1D7AANKJQ5RB9CLFSALMC636P",
ns => panic!("Unexpected nameserver: {ns}"),
};

Expand Down

0 comments on commit 8a02378

Please sign in to comment.