rz hace 1 año
padre
commit
9af36ec920
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -3,4 +3,7 @@
 - 内部域名指向
 - 生产环境  hosts_product.txt
 - 测试环境  hosts_topnet.txt
-- 同步脚本  sync.sh
+- 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