diff --git a/lib/DDG/Goodie/PublicDNS.pm b/lib/DDG/Goodie/PublicDNS.pm index 4f3129431..e006f6c52 100644 --- a/lib/DDG/Goodie/PublicDNS.pm +++ b/lib/DDG/Goodie/PublicDNS.pm @@ -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";