Skip to content

Commit

Permalink
Fixed .ru used correct nic server
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaka6 committed Apr 26, 2024
1 parent 370d26a commit e74e38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whois/whois.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class NICClient(object):
SNICHOST = "whois.6bone.net"
WEBSITE_HOST = "whois.nic.website"
ZA_HOST = "whois.registry.net.za"
RU_HOST = "whois.nic.ru"
RU_HOST = "whois.tcinet.ru"
IDS_HOST = "whois.identitydigital.services"
GDD_HOST = "whois.dnrs.godaddy"
SHOP_HOST = "whois.nic.shop"
Expand Down

0 comments on commit e74e38c

Please sign in to comment.