From 561225ba1004e603f57a07c80658caf0aa09c065 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 30 Jun 2014 10:40:51 +0200 Subject: [PATCH] Add .buzz WHOIS server. Fixes #25. --- pythonwhois/net.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pythonwhois/net.py b/pythonwhois/net.py index ec54014..156ddde 100644 --- a/pythonwhois/net.py +++ b/pythonwhois/net.py @@ -7,6 +7,7 @@ def get_whois_raw(domain, server="", previous=[], rfc3490=True, never_cut=False, exceptions = { ".ac.uk": "whois.ja.net", ".ps": "whois.pnina.ps", + ".buzz": "whois.nic.buzz", # The following is a bit hacky, but IANA won't return the right answer for example.com because it's a direct registration. "example.com": "whois.verisign-grs.com" }