Skip to content

Commit

Permalink
fix: add EO config for docker script (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrpr authored Jul 8, 2024
1 parent 846df23 commit bfd97d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ PURGE_URL = True
# https://blog.whuzfb.cn/img/me2.jpg
# https://blog.whuzfb.cn/img/home-bg.jpg
URLS_FILE = "urls.txt"
# 仅用于边缘安全加速平台EO更换SSL证书,不用于CDN
# 区域ID:可以手动利用函数get_teo_zones_list获取所有的加速区域ID;格式为 zone-xxxxxx
ZONE_ID = ""
EOF
# 更新CDN证书
cd ${WORK_DIR} && python main.py
cd ${WORK_DIR} && python main.py

0 comments on commit bfd97d5

Please sign in to comment.