Skip to content

Commit

Permalink
Correct whois server for namecheap registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Dec 14, 2012
1 parent 6ef304e commit 923165d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/postfix-policy-whois
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WHOIS_BLACKLIST = [
DNS_TO_WHOIS_CHECKLIST = {
/\.monikerdns\.net$/i => "whois.moniker.com",
/\.name-services\.com$/i => "whois.enom.com",
/\.registrar-servers\.com$/i => "whois.namecheap.com"
/\.registrar-servers\.com$/i => "whois.enom.com"
}


Expand Down

0 comments on commit 923165d

Please sign in to comment.