You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
3.7 KiB

  1. # GitHub520
  2. <p align="center">
  3. <img src="https://vip1.loli.net/2020/05/19/fLSBE29NxoFtOcd.gif"/>
  4. <br><strong><a href="https://github.com/521xueweihan/HelloGitHub" target="_blank">HelloGitHub</a></strong> 分享 GitHub 上有趣、入门级的开源项目。<br>兴趣是最好的老师,这里能够帮你找到编程的兴趣!
  5. </p>
  6. ## 一、介绍
  7. 对 GitHub 说"爱"太难了:访问慢、图片加载不出来。
  8. *注:* 本项目还处于测试阶段,仅在本机测试通过,如有问题欢迎提 [issues](https://github.com/521xueweihan/GitHub520/issues/new)
  9. ---
  10. 本项目无需安装任何程序,通过修改本地 hosts 文件,试图解决:
  11. - GitHub 访问速度慢的问题
  12. - GitHub 项目中的图片显示不出的问题
  13. 花 5 分钟时间,让你"爱"上 GitHub。
  14. ## 二、使用方法
  15. ### 2.1 复制下面的内容
  16. ```bash
  17. {hosts_str}
  18. ```
  19. 上面内容会自动定时更新,保证最新有效。数据更新时间:{update_time}(内容无变动不会更新)
  20. ### 2.1 手动方式
  21. #### 2.1.1 修改 hosts 文件
  22. hosts 文件在每个系统的位置不一,详情如下:
  23. - Windows 系统:`C:\Windows\System32\drivers\etc\hosts`
  24. - Linux 系统:`/etc/hosts`
  25. - Mac(苹果电脑)系统:`/etc/hosts`
  26. - Android(安卓)系统:`/system/etc/hosts`
  27. - iPhone(iOS)系统:`/etc/hosts`
  28. 修改方法,把第一步的内容复制到文本末尾:
  29. 1. Windows 使用记事本。
  30. 2. Linux、Mac 使用 Root 权限:`sudo vi /etc/hosts`。
  31. 3. iPhone、iPad 须越狱、Android 必须要 root。
  32. #### 2.1.2 激活生效
  33. 大部分情况下是直接生效,如未生效可尝试下面的办法,刷新 DNS:
  34. 1. Windows:在 CMD 窗口输入:`ipconfig /flushdns`
  35. 2. Linux 命令:`sudo rcnscd restart`
  36. 3. Mac 命令:`sudo killall -HUP mDNSResponder`
  37. **Tips:** 上述方法无效可以尝试重启机器。
  38. ### 2.2 自动方式
  39. **Tip**:推荐 [SwitchHosts](https://github.com/oldj/SwitchHosts) 工具管理 hosts
  40. 以 SwitchHosts 为例,看一下怎么使用的,配置参考下面:
  41. - Title: 随意
  42. - Type: `Remote`
  43. - URL: `https://gitee.com/xueweihan/codes/6g793pm2k1hacwfbyesl464/raw?blob_name=GitHub520.yml`
  44. - Auto Refresh: 最好选 `1 hour`
  45. 如图:
  46. ![](./img/switch-hosts.png)
  47. 这样每次 hosts 有更新都能及时进行更新,免去手动更新。
  48. ### 2.3 AdGuard Home 用户(自动方式)
  49. **过滤器>DNS 封锁清单>添加阻止列表>添加一个自定义列表**,配置如下:
  50. - 名称: 随意
  51. - URL: `https://gitee.com/xueweihan/codes/6g793pm2k1hacwfbyesl464/raw?blob_name=GitHub520.yml`(和上面 SwitchHosts 使用的一样)
  52. 如图:
  53. ![](./img/AdGuard-rules.png)
  54. 更新间隔在 **设置>常规设置>过滤器更新间隔(设置一小时一次即可)**,记得勾选上 **使用过滤器和 Hosts 文件以拦截指定域名**
  55. ![](./img/AdGuard-rules2.png)
  56. **Tip**:不要添加在 **DNS 允许清单** 内,只能添加在 **DNS 封锁清单** 才管用。另外,AdGuard for Mac、AdGuard for Windows、AdGuard for Android、AdGuard for IOS 等等 **AdGuard 家族软件** 添加方法均类似。
  57. ## 三、效果对比
  58. 之前的样子:
  59. ![](./img/old.png)
  60. 修改完 hosts 的样子:
  61. ![](./img/new.png)
  62. ## TODO
  63. - [x] 定时自动更新 hosts 内容
  64. - [x] hosts 内容无变动不会更新
  65. - [ ] 寻到最优 IP 解析结果
  66. ## 声明
  67. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh"><img alt="知识共享许可协议" style="border-width: 0" src="https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png"></a><br>本作品采用 <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh">署名-非商业性使用-禁止演绎 4.0 国际</a> 进行许可。