如何屏蔽联通⼀网通域名纠错系统提示错误联通域名服务提示

2025-05-17 19:41:52
推荐回答(1个)
回答(1):

第一步,打开目录C:\WINDOWS\system32\drivers\etc,注意如果你的系统安装在别的盘,修改前面红色的部分。
第二步,找到hosts文件,用记事本打开,然后再里面添加域名映射。

#如果转向的url前缀还有其他的,你可以继续多加几条
#网通
127.0.0.1 nfdns1.cncmax.cn
127.0.0.1 nfdns2.cncmax.cn
127.0.0.1 nfdns3.cncmax.cn
127.0.0.1 nfdns4.cncmax.cn
127.0.0.1 nfdns5.cncmax.cn
127.0.0.1 nfdns6.cncmax.cn
127.0.0.1 nfdns7.cncmax.cn

#联通
127.0.0.1 nfdnserror15.wo.com.cn
127.0.0.1 nfdnserror14.wo.com.cn
127.0.0.1 nfdnserror13.wo.com.cn
127.0.0.1 nfdnserror12.wo.com.cn
127.0.0.1 nfdnserror11.wo.com.cn
127.0.0.1 nfdnserror10.wo.com.cn
127.0.0.1 nfdnserror9.wo.com.cn
127.0.0.1 nfdnserror8.wo.com.cn
127.0.0.1 nfdnserror7.wo.com.cn
127.0.0.1 nfdnserror6.wo.com.cn
127.0.0.1 nfdnserror5.wo.com.cn
127.0.0.1 nfdnserror4.wo.com.cn
127.0.0.1 nfdnserror3.wo.com.cn
127.0.0.1 nfdnserror2.wo.com.cn
127.0.0.1 nfdnserror1.wo.com.cn

这样就ok了。原理很简单,搞过网站的应该都用到过这种办法来实现域名映射,很多病毒也是通过修改hosts文件实现他们的功能。如修改你经常访问的网站,如163,google,baidu指向他们的服务器的ip地址,这样你浏览163,google,baidu时就相当于浏览他们的网站了。
希望对大家有帮助