diff options
author | sever-sever <v.gletenko@vyos.io> | 2021-04-30 11:10:58 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-10 19:47:50 +0200 |
commit | 1c8301544c8d695aad2e5b0277839338f05ecb05 (patch) | |
tree | 2a6165b0cdd7d1d1ec7f799ca28a598cd12be2ac /data/templates | |
parent | 7349e9ad5a0fadfeced2829747b95c711139f290 (diff) | |
download | vyos-1x-1c8301544c8d695aad2e5b0277839338f05ecb05.tar.gz vyos-1x-1c8301544c8d695aad2e5b0277839338f05ecb05.zip |
ddclient: T3138: Fix typo for key
(cherry picked from commit c12320f2f2bf511de82658b81e9d2ddbcfb1331a)
Diffstat (limited to 'data/templates')
-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 }} |