一下断一下,然后就是这样子的逆天情况
```
C:\Users\Administrator\Desktop>ping -6 ip.sb
正在 Ping ip.sb [2606:4700:20::681a:d1f] 具有 32 字节的数据:
来自 2606:4700:20::681a:d1f 的回复: 时间=168ms
来自 2606:4700:20::681a:d1f 的回复: 时间=168ms
来自 2606:4700:20::681a:d1f 的回复: 时间=165ms
来自 2606:4700:20::681a:d1f 的回复: 时间=166ms
2606:4700:20::681a:d1f 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
往返行程的估计时间(以毫秒为单位):
最短 = 165ms,最长 = 168ms,平均 = 166ms
C:\Users\Administrator\Desktop>ping -4 ip.sb
正在 Ping ip.sb [172.67.75.172] 具有 32 字节的数据:
来自 172.67.75.172 的回复: 字节=32 时间=165ms TTL=51
请求超时。
请求超时。
请求超时。
172.67.75.172 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 1,丢失 = 3 (75% 丢失),
往返行程的估计时间(以毫秒为单位):
最短 = 165ms,最长 = 165ms,平均 = 165ms
C:\Users\Administrator\Desktop>ping hach.chat
^C
C:\Users\Administrator\Desktop>ping -6 hach.chat
正在 Ping hach.chat [2606:4700:3036::ac43:da55] 具有 32 字节的数据:
请求超时。
请求超时。
请求超时。
请求超时。
2606:4700:3036::ac43:da55 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 0,丢失 = 4 (100% 丢失),
C:\Users\Administrator\Desktop>ping -4 hach.chat
正在 Ping hach.chat [172.67.218.85] 具有 32 字节的数据:
来自 172.67.218.85 的回复: 字节=32 时间=200ms TTL=52
来自 172.67.218.85 的回复: 字节=32 时间=198ms TTL=52
来自 172.67.218.85 的回复: 字节=32 时间=199ms TTL=52
来自 172.67.218.85 的回复: 字节=32 时间=188ms TTL=52
172.67.218.85 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
往返行程的估计时间(以毫秒为单位):
最短 = 188ms,最长 = 200ms,平均 = 196ms
C:\Users\Administrator\Desktop>ping -6 hach.chat
正在 Ping hach.chat [2606:4700:3031::6815:186b] 具有 32 字节的数据:
来自 2606:4700:3031::6815:186b 的回复: 时间=196ms
来自 2606:4700:3031::6815:186b 的回复: 时间=199ms
来自 2606:4700:3031::6815:186b 的回复: 时间=202ms
来自 2606:4700:3031::6815:186b 的回复: 时间=205ms
2606:4700:3031::6815:186b 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
往返行程的估计时间(以毫秒为单位):
最短 = 196ms,最长 = 205ms,平均 = 200ms
C:\Users\Administrator\Desktop>nslookup hach.chat
服务器: UnKnown
Address: fe80::1
非权威应答:
名称: hach.chat
Addresses: 2606:4700:3036::ac43:da55
2606:4700:3031::6815:186b
104.21.24.107
172.67.218.85
C:\Users\Administrator\Desktop>nslookup hach.chat 1.1.1.1
服务器: one.one.one.one
Address: 1.1.1.1
非权威应答:
名称: hach.chat
Addresses: 2606:4700:3031::6815:186b
2606:4700:3036::ac43:da55
104.21.24.107
172.67.218.85
```