GettionHub / hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hosts

Note

每日自动更新 github, docker 和 tinyMediaManager 的 IP 地址。

hosts Url:
Raw Url: https://raw.githubusercontent.com/GettionHub/hosts/main/hosts
CDN Url: https://gcore.jsdelivr.net/gh/GettionHub/hosts@main/hosts (推荐)
CDN Url: https://cdn.staticaly.com/gh/GettionHub/hosts/main/hosts

Used

Windows/MacOS:

推荐使用: SwitchHosts | 官网 |

image

Linux:

# 删除
sudo sed -i '/# ING Hosts Start/,/# ING Hosts End/d' /etc/hosts
# 添加
curl -s -k -L https://raw.githubusercontent.com/GettionHub/hosts/main/hosts | sudo tee -a /etc/hosts
# 重启网络
/etc/init.d/network restart

About