Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added comment
  • Loading branch information
technoLord committed Aug 31, 2024
commit bb7b508451c077a2560147c6e7e3c25a4609090d
1 change: 1 addition & 0 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import org.xbill.DNS.*;
public class ResolveExample {

static String ROOT = ". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D";
// Below key activates in 2026.
//static String ROOT = ". IN DS 38696 8 2 683D2D0ACB8C9B712A1948B27F741219298D0A450D612C483AF444A4C0FB2B16";

public static void main(String[] args) throws Exception {
Expand Down