Skip to content

Commit

Permalink
Merge pull request #70 from JuulJuup/main
Browse files Browse the repository at this point in the history
Updated servers with correct whois server for pics, lol, game, pro
  • Loading branch information
pogzyb authored Jan 18, 2024
2 parents 2d6609d + 09fc4d8 commit 8094ff5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions asyncwhois/servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ class GenericTLD:
GALLERY = "whois.nic.gallery"
GALLO = "whois.nic.gallo"
GALLUP = "whois.nic.gallup"
GAME = "whois.uniregistry.net"
GAME = "whois.nic.game"
GAMES = "whois.nic.games"
GAP = None
GARDEN = "whois.nic.garden"
Expand Down Expand Up @@ -1729,7 +1729,7 @@ class GenericTLD:
LOCKER = "whois.nic.locker"
LOCUS = "whois.nic.locus"
LOFT = None
LOL = "whois.uniregistry.net"
LOL = "whois.nic.lol"
LONDON = "whois.nic.london"
LOTTE = "whois.nic.lotte"
LOTTO = "whois.afilias.net"
Expand Down Expand Up @@ -1892,7 +1892,7 @@ class GenericTLD:
PHOTOS = "whois.nic.photos"
PHYSIO = "whois.nic.physio"
PIAGET = None
PICS = "whois.uniregistry.net"
PICS = "whois.nic.pics"
PICTET = None
PICTURES = "whois.nic.pictures"
PID = "whois.nic.pid"
Expand Down Expand Up @@ -2342,7 +2342,7 @@ class GenericTLD:
# generic-restricted
BIZ = "whois.nic.biz"
NAME = "whois.nic.name"
PRO = "whois.afilias.net"
PRO = "whois.nic.pro"


class SponsoredTLD:
Expand Down

0 comments on commit 8094ff5

Please sign in to comment.