testing ddclient cloudflare
This commit is contained in:
11
ddclient/compose.yml
Normal file
11
ddclient/compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
ddclient:
|
||||
image: lscr.io/linuxserver/ddclient:latest
|
||||
container_name: ddclient
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- ./config:/config
|
||||
restart: always
|
||||
18
ddclient/config/ddclient.conf
Normal file
18
ddclient/config/ddclient.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
daemon=1800 # check every 300 seconds
|
||||
syslog=yes # log update msgs to syslog
|
||||
#mail=root # mail all msgs to root
|
||||
#mail-failure=root # mail failed update msgs to root
|
||||
pid=/var/run/ddclient/ddclient.pid # record PID in file.
|
||||
ssl=yes # use ssl-support. Works with ssl-library
|
||||
|
||||
use=web # get IP with website below
|
||||
web='https://cloudflare.com/cdn-cgi/trace'
|
||||
web-skip='ip=' # IP address above is after 'ip='
|
||||
##
|
||||
## CloudFlare (www.cloudflare.com)
|
||||
##
|
||||
protocol=cloudflare, \
|
||||
zone=domain.fqdn, \
|
||||
ttl=5,
|
||||
password='0nd2R1_oooMBXtylRAAb5GoirNBlWcaknJEp_Qn0'
|
||||
akanealw.com
|
||||
Reference in New Issue
Block a user