Part of the original script is from cloudflare-ddns-updater. I just simplified things a bit and added the Docker deployment. Installation and usage This version only works with IP4, for use with IP6 check the repository above, which has the script in IP6. This version assumes that the regi...
Lightweight Docker Container that dynamically updates the IP via Cloudflare API. Access your home network remotely via a custom domain name without a static IP! About This is a fork of K0p1-Git/cloudflare-ddns-updater script added with docker support and some notification services. lightweight do...
1. 安装 qmcgaw/ddns-updater Name: ddns-updater-qmcgaw Overview: https://github.com/qdm12/ddns-updater Repository: qmcgaw/ddns-updater Docker Hub URL: https://registry.hub.docker.com/r/qmcgaw/ddns-updater Icon URL: https://cdn.jsdelivr.net/gh/ZhaoUncle/image@main/blog/DDNSIcon.png ...
1. 准备阶段:先去Cloudflare获取你的API密钥 2. 复制命令,原神启动(bushi) docker run --name cloudflare-ddns-go -e CF_API_TOKEN=YOUR_CF_API_TOKEN -e CF_DOMAIN_NAME=YOUR_CF_DOMAIN_NAME -e CF_SUBDOMAIN_NAME=YOUR_CF_SUBDOMAIN_NAME -e INTERVAL_MINUTES=5 strangevy/cloudflare-ddns-go:latest ...
【[1.2k星] Cloudflare DDNS:一个超轻量级、功能强大的动态DNS更新器,能自动同步你的公网IP到Cloudflare DNS,让你的自建服务始终在线!亮点:1. Docker镜像压缩后小于5MB,极致轻量;2. 支持IPv4和IPv6双栈,...
Lightweight DDNS Updater with Docker and web UI Features Setup Configuration Record configuration Required parameters for all Optional parameters for all Namecheap Cloudflare GoDaddy DuckDNS Dreamhost NoIP Environment variables Host firewall Domain set up ...
一就**沉默上传23KB文件格式zipdockerraspberry-piarmx86-64ddns docker-cloudflare-ddns:一个小的amd64ARMARM64 Docker映像,可让您将CloudFlare用作DDNS DynDNS提供程序 (0)踩踩(0) 所需:1积分 node-v6.12.1-linux-armv6l.tar.xz 2025-03-18 09:45:43 ...
Cloudflare DDNS Multiple Zone/Recoerd Updater - Docker micro image / Shell script - jkbys/cloudflare-ddns-multi
docker run -d --name cloudflare-ddns cloudflare-ddns Using Docker Compose Create a docker-compose.yml file with the following content: services: cloudflare-ddns: build: . container_name: cloudflare-ddns restart: always volumes: - ./config.json:/usr/local/bin/config.json environment: - TZ=Amer...