屏蔽网通域名纠错系统

  1. cd\
  2. %SystemDrive%
  3. cd "%windir%\system32\drivers\etc"
  4. attrib -s -r -h hosts
  5. echo 0.0.0.1       cncmax.cn #反网通域名纠错系统 >>hosts
  6. echo 0.0.0.1       cncmax.cn:8080 >>hosts
  7. echo 0.0.0.1       bjdns0.cncmax.cn >>hosts
  8. echo 0.0.0.1       bjdns1.cncmax.cn >>hosts
  9. echo 0.0.0.1       bjdns2.cncmax.cn >>hosts
  10. echo 0.0.0.1       bjdns3.cncmax.cn >>hosts
  11. echo 0.0.0.1       bjdns4.cncmax.cn >>hosts
  12. echo 0.0.0.1       bjdns5.cncmax.cn >>hosts
  13. echo 0.0.0.1       bjdns6.cncmax.cn >>hosts
  14. echo 0.0.0.1       bjdns7.cncmax.cn >>hosts
  15. echo 0.0.0.1       bjdns8.cncmax.cn >>hosts
  16. echo 0.0.0.1       bjdns9.cncmax.cn >>hosts
  17. echo 0.0.0.1       bjdns0.cncmax.cn:8080 >>hosts
  18. echo 0.0.0.1       bjdns1.cncmax.cn:8080 >>hosts
  19. echo 0.0.0.1       bjdns2.cncmax.cn:8080 >>hosts
  20. echo 0.0.0.1       bjdns3.cncmax.cn:8080 >>hosts
  21. echo 0.0.0.1       bjdns4.cncmax.cn:8080 >>hosts
  22. echo 0.0.0.1       bjdns5.cncmax.cn:8080 >>hosts
  23. echo 0.0.0.1       bjdns6.cncmax.cn:8080 >>hosts
  24. echo 0.0.0.1       bjdns7.cncmax.cn:8080 >>hosts
  25. echo 0.0.0.1       bjdns8.cncmax.cn:8080 >>hosts
  26. echo 0.0.0.1       bjdns9.cncmax.cn:8080 >>hosts
  27. attrib +s +r +h hosts

你可能感兴趣的:(职场,休闲,屏蔽网通域名纠错系统)