Skip to content

Commit

Permalink
Update .TV
Browse files Browse the repository at this point in the history
Fixes #657
  • Loading branch information
weppos committed Nov 8, 2023
1 parent 6961e81 commit c3dcea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
### Changed

- SERVER: Updated .UNO (GH-648)
- SERVER: Updated .OVH (GH-647)
- SERVER: Updated .TV (GH-657)


## Release 5.1.0
Expand Down Expand Up @@ -119,7 +121,7 @@ The `whois` library is now simply a WHOIS client. If you want to use the parsing
- SERVER: Updated .CASA, .MEET, .WORK, .SURF, .XN--54B7FTA0CC, .CO.ZA [thanks @ranaldobowker], .MOBI

- CHANGED: Definitions are now private and you cannot access/modify the internal representation directly. Instead, use the accessor methods.
- CHANGED: Definitions internal representation changed to be indexed. This change drastically improved the lookup performances for domains, as well fixing the bug GH-536 where the order of the definitions were relevant.
- CHANGED: Definitions internal representation changed to be indexed. This change drastically improved the lookup performances for domains, as well fixing the bug GH-536 where the order of the definitions were relevant.

**beta-2**

Expand Down
4 changes: 2 additions & 2 deletions data/tld.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_": {
"schema": "2",
"updated": "2022-08-22 07:55:00 UTC"
"updated": "2023-11-08 10:10:00 UTC"
},
"aaa": {
"_type": "newgtld",
Expand Down Expand Up @@ -5669,7 +5669,7 @@
"host": "whois.nic.tushu"
},
"tv": {
"host": "tvwhois.verisign-grs.com",
"host": "whois.nic.tv",
"adapter": "verisign"
},
"tvs": {
Expand Down

0 comments on commit c3dcea4

Please sign in to comment.