Skip to content

Instantly share code, notes, and snippets.

View dylanzan's full-sized avatar
🏡
Working from home

Dylan dylanzan

🏡
Working from home
View GitHub Profile
@dylanzan
dylanzan / Github中国大陆访问代理.txt
Last active July 12, 2024 00:58
github 中国大陆访问代理
GitHUB 访问代理:
软件功能简介:
· 域名纯净IP解析:提供无污染的域名解析服务,增强访问质量。
· IP测速与选择:自动测速并选择连接最快的IP地址。
· CDN资源替换:用于google CDN资源,解决部分国外网站的js和css加载问题。
· 非翻墙安全性:保持网络连接安全且干净,不记录用户信息。
Linux临时网络配置:
设置临时的HTTP和HTTPS代理(解决github releases,wget,curl等操作中可能出现的网络问题):
export https_proxy=http://git.iizone.com.cn:32222
export http_proxy=http://git.iizone.com.cn:32222