undancer

Updated 网络状态检测 (markdown)

服务器列表
1. api.boxfish.cn
2. assets.boxfish.cn
方法
1. ping
```
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
test
C:\Users\undancer>ping api.boxfish.cn
正在 Ping api.boxfish.cn [121.199.251.59] 具有 32 字节的数据:
来自 121.199.251.59 的回复: 字节=32 时间=31ms TTL=128
来自 121.199.251.59 的回复: 字节=32 时间=31ms TTL=128
来自 121.199.251.59 的回复: 字节=32 时间=32ms TTL=128
来自 121.199.251.59 的回复: 字节=32 时间=31ms TTL=128
121.199.251.59 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
往返行程的估计时间(以毫秒为单位):
最短 = 31ms,最长 = 32ms,平均 = 31ms
C:\Users\undancer>
```
2. nslookup
test
... ...