Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
supermassive committed Nov 28, 2024
1 parent 9546da7 commit 692b292
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/decentralized_dns/constants.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ inline constexpr auto kUnstoppableDomains =
".tball", ".stepn", ".secret", ".raiin", ".pog",
".clay", ".metropolis", ".witg", ".ubu", ".kryptic",
".farms", ".dfz", ".kresus", ".binanceus", ".austin",
".bitget", ".wrkx"},
".bitget", ".wrkx", ".bald", ".benji", ".chomp",
".dream", ".ethermail", ".lfg", ".propykeys", ".smobler"},
SuffixComparator());

// Ensure all domain suffixes start with `.`
Expand All @@ -76,7 +77,7 @@ constexpr bool CheckAllDomainSuffixesStartWithDot() {
}
static_assert(CheckAllDomainSuffixesStartWithDot(),
"kUnstoppableDomains must start with a '.', and only one "
"occurence of the '.'");
"occurrence of the '.'");

} // namespace

Expand Down

0 comments on commit 692b292

Please sign in to comment.