Merge branch 'master' of github.com:duckduckgo/zeroclickinfo-goodies

master
Dylan Lloyd 2012-11-06 18:45:52 -05:00
commit 786b46c03d
1 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,15 @@
package DDG::Goodie::PublicDNS;
use DDG::Goodie;
use File::ShareDir::ProjectDistDir;
use IO::All;
primary_example_queries 'public dns';
description 'list common public DNS servers and their IP addresses';
name 'Public DNS';
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/PublicDNS.pm';
category 'cheat_sheets';
topics 'sysadmin';
attribution github => ['https://github.com/warthurton', 'warthurton'];
triggers end => "public dns", "dns servers";