Merge branch 'master' of github.com:duckduckgo/zeroclickinfo-goodies
commit
786b46c03d
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue