DDNS域名转发

DDNS域名转发

DDNS域名转发 1.下载 DDNS 脚本: curl https://raw.githubusercontent.com/aipeach/cloudflare-api-v4-ddns/master/cf-v4-ddns.sh > /root/cf-v4-ddns.sh && chmod +x /r

迁移vps的数据

迁移vps的数据

迁移docker数据 查看docker容器: docker ps #查看当前运行的容器 ps -a #查看所有容器,包括停止的 docker inspect <容器