其他分享
首页 > 其他分享> > 将 github 网站增加到 pac 文件中

将 github 网站增加到 pac 文件中

作者:互联网

最近使用国内 IP 访问github网站的速度越来越慢,但当开启 pac 全局连接时,访问github 的速度明显快了很多。
因此考虑将 github 网站加入到本地 pac 文件中。

参照 https://blog.csdn.net/u010263423/article/details/99678486

添加如下连两行代码即可

".github.com",
"||github.com",

标签:文件,github,网站,访问,pac,com
来源: https://www.cnblogs.com/Gelthin2017/p/14532852.html