Google(谷歌)镜像

相关说明

  • 海外vps服务器
  • 已解析二级域名,如g.x.com

第一推荐方案:

apt-get install screen wget -y &&screen -S ss  
wget -N --no-check-certificate https://coding.net/u/mmmxcc/p/mmmxcc.coding.me/git/raw/master/youtube.sh && chmod +x youtube.sh && bash youtube.sh

第二原始方案:一键脚本

Ubuntu14+/Debian8
  • 没有SSL
apt-get -y update && sudo apt-get -y install python3 git
git clone https://github.com/aploium/zmirror-onekey.git --depth=1
cd zmirror-onekey
python3 deploy.py

  • 已有SSL
apt-get -y update && sudo apt-get -y install python3 git
git clone https://github.com/aploium/zmirror-onekey.git --depth=1
cd zmirror-onekey
python3 deploy.py --i-have-cert
  • 更新镜像
cd zmirror-onekey
git pull
python3 deploy.py --upgrade-only
其他一键脚本
https://github.com/yumin9822/zmirror-docker/blob/master/zmirror-debian.sh
https://github.com/yumin9822/zmirror-docker/blob/master/zmirror-ubuntu.sh
https://github.com/yumin9822/zmirror-docker/blob/master/zmirror-centos6.sh
手动安装

镜像列表

  • archive_org
  • dropbox
  • duckduckgo
  • economist
  • facebook
  • google_and_zhwikipedia
  • instagram
  • thepiratebay
  • tumblr
  • twitter_mobile
  • twitter_pc
  • youtube_mobile
  • youtube




转载请超链接注明:事实派 » Google(谷歌)镜像