Skip to content

Commit

Permalink
Update domain-formatter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jun 25, 2024
1 parent 54a1d88 commit 59b6efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/domain-formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function removeTLD(hostname: string): string {
}

export function enlargeIPv6(address: string): string {
assert(net.isIPv6(address), "Illegal argument. Must be an IPv6 address!");
//assert(net.isIPv6(address), "Illegal argument. Must be an IPv6 address!");

// Handling IPv4-mapped IPv6 addresses
if (address.includes(".")) {
Expand Down

0 comments on commit 59b6efb

Please sign in to comment.