安装资源已经全部更新成傻瓜式一键安装
主控一键安装
curl -fsSL https://github.com/LoveesYe/cdnflydadao/raw/main/master.sh -o master.sh && chmod +x master.sh && ./master.sh --es-dir /home/es
节点一键安装
curl -fsSL -m 5 https://github.com/LoveesYe/cdnflydadao/raw/main/agent/agent.sh -o agent.sh || curl -m 5 https://github.com/LoveesYe/cdnflydadao/raw/main/agent/agent.sh -o agent.sh && chmod +x agent.sh && ./agent.sh --master-ver v5.1.11 --master-ip ip --es-ip ip --es-pwd passwd
———————————————————————————————————————————————————
cdnfly通过改hosts破解授权方法:
nginx伪静态.
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php/$1 last; break;
}
}
首先用以下源码搭建一个站点,绑定域名auth.cdnfly.cn,注意需要配置伪静态:然后在需要搭建主控的节点上,修改hosts,将 auth.cdnfly.cn 指向刚才的服务器IP
执行以下命令安装主控:
curl http://auth.cdnfly.cn/master.sh -o master.sh && chmod +x master.sh && ./master.sh --es-dir /home/es
如果之前安装过官方版,那就只需要改hosts即可。
如果官方有版本更新,可以访问一次update.php,更新版本
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。