Created
April 18, 2013 06:15
-
-
Save lidaobing/5410558 to your computer and use it in GitHub Desktop.
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
| $ host a.alipayobjects.com 8.8.8.8 | |
| Using domain server: | |
| Name: 8.8.8.8 | |
| Address: 8.8.8.8#53 | |
| Aliases: | |
| Host a.alipayobjects.com not found: 5(REFUSED) | |
| $ host a.alipayobjects.com 8.8.4.4 | |
| Using domain server: | |
| Name: 8.8.4.4 | |
| Address: 8.8.4.4#53 | |
| Aliases: | |
| Host a.alipayobjects.com not found: 2(SERVFAIL) | |
| $ host baidu.com 8.8.8.8 | |
| Using domain server: | |
| Name: 8.8.8.8 | |
| Address: 8.8.8.8#53 | |
| Aliases: | |
| baidu.com has address 220.181.111.85 | |
| baidu.com has address 220.181.111.86 | |
| baidu.com has address 123.125.114.144 | |
| baidu.com mail is handled by 20 mx1.baidu.com. | |
| baidu.com mail is handled by 20 jpmx.baidu.com. | |
| baidu.com mail is handled by 20 mx50.baidu.com. | |
| baidu.com mail is handled by 10 mx.mailcdn.baidu.com. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment