Reset Correct IP of an Anccidently blocked domain

Sometimes you got blocked by accidently:

C:\Users\michael.s>ping media.thomaspink.com

正在 Ping wac.726f.edgecastcdn.net [93.46.8.89] 具有 32 字节的数据:

请求超时。


The righ page you tried to visit was re-directed to a famous, nosense IP 93.46.8.89
the way to solve is adding a ip/domain name map in your host file:

1. Find the right IP:
C:\Users\michael.s>ping www.thomaspink.com

正在 Ping www.thomaspink.com [80.69.31.115] 具有 32 字节的数据:

2. Add the ip/domain-name map in the hosts file:
C:\Windows\System32\drivers\etc\hosts

3. Refresh DNS

C:\Users\michael.s>ipconfig /flushdns

Windows IP 配置

已成功刷新 DNS 解析缓存。

C:\Users\michael.s>ping media.thomaspink.com

正在 Ping media.thomaspink.com [80.69.31.115] 具有 32 字节的数据:

4. It wors now.


PS: all command


最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容