内部域名指向,生产环境和测试环境

lianbingjie f83fa2e7c6 10域名ip更换 il y a 1 an
README.md 07f2a061b2 init il y a 1 an
hosts_product.txt f83fa2e7c6 10域名ip更换 il y a 1 an
hosts_topnet.txt 8abd2570ee init il y a 1 an
synchosts.sh 7dd7c9df21 init il y a 1 an

README.md

jyhosts

  • 私有域名指向
  • 生产环境 hosts_product.txt
  • 测试环境 hosts_topnet.txt
  • synchosts.sh

生产环境使用方法,在阿里云控制台批量执行,每次会自动生成备份文件

mkdir -p /opt/host && cd /opt/host && wget http://172.17.32.18:11082/BaseService/jyhosts/raw/master/synchosts.sh -O synchosts.sh && chmod +x synchosts.sh && ./synchosts.sh