mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
make ddclient run as a daemon by default (#622)
Signed-off-by: Patrick Collins <PatrickCP0@Gmail.com> Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
This commit is contained in:
parent
d4f05ae10d
commit
6b0324f3bf
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.9.1
|
appVersion: 3.9.1
|
||||||
description: Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Providers
|
description: Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Providers
|
||||||
name: ddclient
|
name: ddclient
|
||||||
version: 3.1.0
|
version: 3.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- ddclient
|
- ddclient
|
||||||
|
@ -36,6 +36,7 @@ config: |
|
|||||||
# This is the configuration for ddclient
|
# This is the configuration for ddclient
|
||||||
# Inorder for it to function you need to set it up
|
# Inorder for it to function you need to set it up
|
||||||
# e.g. this is the config for Cloudflare
|
# e.g. this is the config for Cloudflare
|
||||||
|
daemon=600
|
||||||
use=web
|
use=web
|
||||||
web=dynamicdns.park-your-domain.com/getip
|
web=dynamicdns.park-your-domain.com/getip
|
||||||
protocol=cloudflare
|
protocol=cloudflare
|
||||||
|
Loading…
Reference in New Issue
Block a user