# github-hosts **Repository Path**: happy1994/github-hosts ## Basic Information - **Project Name**: github-hosts - **Description**: 自动获取 github 相关域名的 ip 地址,加速国内访问 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-31 - **Last Updated**: 2024-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## github 域名国内加速 ```bash # updated by 20210301 # GitHub Start 140.82.112.4 github.com 140.82.114.4 gist.github.com 185.199.111.153 assets-cdn.github.com 185.199.111.133 raw.githubusercontent.com 185.199.109.133 gist.githubusercontent.com 185.199.111.133 cloud.githubusercontent.com 185.199.111.133 camo.githubusercontent.com 185.199.108.133 avatars.githubusercontent.com 185.199.111.133 avatars0.githubusercontent.com 185.199.111.133 avatars1.githubusercontent.com 185.199.111.133 avatars2.githubusercontent.com 185.199.111.133 avatars3.githubusercontent.com 185.199.110.133 avatars4.githubusercontent.com 185.199.110.133 avatars5.githubusercontent.com 185.199.111.133 avatars6.githubusercontent.com 185.199.111.133 avatars7.githubusercontent.com 185.199.109.133 avatars8.githubusercontent.com 185.199.110.154 github.githubassets.com # GitHub End ``` 如何使用: ```bash go run main.go # 可以选择 3 种方式保存 #1. Create the host file to current directory (default)") #2. Append the host to system host file in linux (/etc/hosts)") #3. Append the host to system host file in windows (/mnt/c/Windows/System32/drivers/etc/hosts)") ```