博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
windows hosts文件备忘
阅读量:5958 次
发布时间:2019-06-19

本文共 1289 字,大约阅读时间需要 4 分钟。

以下是我的hosts文件

Java代码  
  1. # Copyright (c) 1993-2009 Microsoft Corp.  
  2. #  
  3. # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.  
  4. #  
  5. # This file contains the mappings of IP addresses to host names. Each  
  6. # entry should be kept on an individual line. The IP address should  
  7. # be placed in the first column followed by the corresponding host name.  
  8. # The IP address and the host name should be separated by at least one  
  9. # space.  
  10. #  
  11. # Additionally, comments (such as these) may be inserted on individual  
  12. # lines or following the machine name denoted by a '#' symbol.  
  13. #  
  14. # For example:  
  15. #  
  16. #      102.54.94.97     rhino.acme.com          # source server  
  17. #       38.25.63.10     x.acme.com              # x client host  
  18.   
  19. # localhost name resolution is handled within DNS itself.  
  20. #   127.0.0.1       localhost  
  21. #   ::1             localhost  
  22.   
  23.   
  24. 127.0.0.1       localhost  
  25. 127.0.0.1       www.drazens.com  
  26. 127.0.0.1       offer.alibaba.com  
  27. 127.0.0.1       requirejs.org  
  28. 127.0.0.1       www.ctrip.com  
  29. 127.0.0.1       www.bdg99.com  
  30. 127.0.0.1       www.jiqingyiye.com  
  31. 127.0.0.1       safedownloadsrus131  
  32. 127.0.0.1       safedownloadsrus132  
  33. 127.0.0.1       safedownloadsrus133  
  34. 127.0.0.1       safedownloadsrus134  
  35. 127.0.0.1       safedownloadsrus135  
  36. 127.0.0.1       www.hotels.com  
  37. 127.0.0.1       smkt.dafapromo.com  
  38. 127.0.0.1       www.leon.net  
  39. 127.0.0.1       safedownloadsrus132.com  
  40. 127.0.0.1       flirchi.com  
  41. #172.18.22.38       cia.chanapp.chanjet.com  
  42.   
  43. 127.0.0.1       maven.rd.chanjet.com  

转载地址:http://ygyax.baihongyu.com/

你可能感兴趣的文章
习惯不同语言以太坊开发者可选择客户端
查看>>
面试题:浏览器从输入URL到渲染
查看>>
JavaScript函数式编程,真香之组合函数(二)
查看>>
Java 集合(2)之 Iterator 迭代器
查看>>
Android MVVM组件化架构方案
查看>>
学汉语、来云栖、海外布道阿里云……这位印度架构师不一般
查看>>
经典Java面试题收集(二)
查看>>
iOS开发备忘笔记 (2)
查看>>
Rxjs 02--Observable 和 observer
查看>>
【Leetcode】100. 相同的树
查看>>
AFNetworking-NSURLConnection
查看>>
"Hotpatch"潜在的安全风险
查看>>
封装Date工具类
查看>>
在腾讯云&阿里云上部署JavaWeb项目(Tomcat+MySQL)
查看>>
Babel学习系列3-babel-preset,babel-plugin
查看>>
焦虑、不安
查看>>
canvas绘图按照contain或者cover方式适配,并居中显示
查看>>
两款爱不释手的markdown编辑工具
查看>>
SpringBoot 实战 (五) | 集成 Swagger2 构建强大的 RESTful API 文档
查看>>
Nginx 通过 Lua + Redis 实现动态封禁 IP
查看>>