Created
July 11, 2017 12:58
-
-
Save kyokuheki/4efb9da100134d18b8b0a3bb6ae9d2b3 to your computer and use it in GitHub Desktop.
DNSのオンラインチェックツール ref: http://qiita.com/kyokuheki/items/8c8605bc142fc17d6800
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # gem install dnstraverse | |
| Fetching: dnsruby-1.52.gem (100%) | |
| Fetching: dnstraverse-0.1.0.gem (100%) | |
| Successfully installed dnsruby-1.52 | |
| Successfully installed dnstraverse-0.1.0 | |
| 2 gems installed | |
| Installing ri documentation for dnsruby-1.52... | |
| Installing ri documentation for dnstraverse-0.1.0... | |
| Installing RDoc documentation for dnsruby-1.52... | |
| Installing RDoc documentation for dnstraverse-0.1.0... | |
| # PATH=$PATH:/var/lib/gems/1.8/bin | |
| # export PATH | |
| # dnstraverse www.google.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment