We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
➜ ~ dig www.google.com ; <<>> DiG 9.10.6 <<>> www.google.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24360 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;www.google.com. IN A ;; ANSWER SECTION: www.google.com. 6 IN A 198.18.1.35 ;; Query time: 3 msec ;; SERVER: 198.19.0.3#53(198.19.0.3) ;; WHEN: Sun Jul 07 21:10:04 CST 2024 ;; MSG SIZE rcvd: 48`
明显得到的一个错误的 ip, 其他的地址也是一样的.
➜ ~ ping www.google.com PING www.google.com (198.18.1.35): 56 data bytes 64 bytes from 198.18.1.35: icmp_seq=0 ttl=64 time=0.389 ms 64 bytes from 198.18.1.35: icmp_seq=1 ttl=64 time=0.718 ms ^C --- www.google.com ping statistics --- 2 packets transmitted, 2 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.389/0.553/0.718/0.165 ms
显然这个 ip 和 time 都是不对的.
The text was updated successfully, but these errors were encountered:
+1 ssh 命令也有同样问题
Sorry, something went wrong.
这是fakeip的特性
No branches or pull requests
明显得到的一个错误的 ip, 其他的地址也是一样的.
显然这个 ip 和 time 都是不对的.
The text was updated successfully, but these errors were encountered: