上次给大家发了一个python更新Google hosts的脚本,今天看到有人发出了一句用shell来获取google hosts的脚本,我就拿来稍微简单加工了下,下面给大家shell版的更新google
上次给大家发了一个python更新Google hosts的脚本,今天看到有人发出了一句用shell来获取google hosts的脚本,我就拿来稍微简单加工了下,下面给大家shell版的更新google hosts的脚本。
脚本内容:
cat google_update.sh
#!/bin/bash
data=`date +%y%m%d%H%M`
curl Http://www.360kb.com/kb/2_122.html 2>/dev/null | sed -n '/#google-hosts-2015/,/#google-hosts-2015-end/{s/ //g; s/<.*>//g; p}' >/tmp/hosts
cp /etc/hosts /etc/hosts_$data.bak
mv /tmp/hosts /etc/hosts
cat>>/etc/hosts<<EOF
127.0.0.1 testbak localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
EOF
0 0 */3 * * /bin/sh /root/soft_shell/google_update.sh
--结束END--
本文标题: Shell脚本自动更新hosts实现免翻墙访问google
本文链接: https://lsjlt.com/news/18358.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0