安卓自动更新hosts的脚本

dr_pure Lv5
1
2
3
4
5
6
cd /cache
rm -f ./hosts
wget https://raw.githubusercontent.com/vokins/yhosts/master/hosts
mv ./hosts /etc
ndc resolver flushdefaultif
exit
  • 标题: 安卓自动更新hosts的脚本
  • 作者: dr_pure
  • 创建于 : 2018-11-20 01:41:55
  • 更新于 : 2018-11-20 01:41:55
  • 链接: https://blog.lfn.moe/posts/3a91298b/
  • 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
评论
目录
安卓自动更新hosts的脚本