diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-30 22:22:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 22:22:38 +0200 |
commit | 44d1925db6b7232cf5a607917bae4db99656176a (patch) | |
tree | 7591488893b042ba025b92e07c880f0176b3c677 /data | |
parent | cb7241b66882874f643101ecf800f5b435b4b608 (diff) | |
parent | c12320f2f2bf511de82658b81e9d2ddbcfb1331a (diff) | |
download | vyos-1x-44d1925db6b7232cf5a607917bae4db99656176a.tar.gz vyos-1x-44d1925db6b7232cf5a607917bae4db99656176a.zip |
Merge pull request #826 from sever-sever/T3138
ddclient: T3138: Fix typo for key
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/dynamic-dns/ddclient.conf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/dynamic-dns/ddclient.conf.tmpl b/data/templates/dynamic-dns/ddclient.conf.tmpl index 6fbbb50c3..9d379de00 100644 --- a/data/templates/dynamic-dns/ddclient.conf.tmpl +++ b/data/templates/dynamic-dns/ddclient.conf.tmpl @@ -18,7 +18,7 @@ use=if, if={{ iface }} # RFC2136 dynamic DNS configuration for {{ rfc2136 }}, {{ config.zone }}, {{ dns_record }} server={{ config.server }} protocol=nsupdate -password={{ config.keyfile }} +password={{ config.key }} ttl={{ config.ttl }} zone={{ config.zone }} {{ dns_record }} |