Skip to content

Commit

Permalink
.onion is no longer a pseudo-TLD
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Jan 25, 2017
1 parent a3c802b commit d315b61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tlds.go
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@ var TLDs = []string{
`omega`,
`one`,
`ong`,
`onion`,
`onl`,
`online`,
`onyourside`,
Expand Down
1 change: 0 additions & 1 deletion tlds_pseudo.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ var PseudoTLDs = []string{
`invalid`, // Invalid domain
`local`, // Local network
`localhost`, // Local network
`onion`, // Tor hidden services
`test`, // Test domain
`zkey`, // GNS domain name
}

0 comments on commit d315b61

Please sign in to comment.