Update ddclient template for DuckDNS

This commit is contained in:
Kris Lamoureux 2021-03-15 22:24:23 -04:00
parent 1f26fc6b94
commit 26763ff614
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -10,8 +10,12 @@ verbose=no
{% endif %} {% endif %}
use=web, web={{ domain.web | default('dynamicdns.park-your-domain.com/getip')}} use=web, web={{ domain.web | default('dynamicdns.park-your-domain.com/getip')}}
protocol={{ domain.protocol | default('namecheap')}} protocol={{ domain.protocol | default('namecheap')}}
server={{ domain.server | default('dynamicdns.park-your-domain.com')}} {% if domain.server is defined %}
server={{ domain.server }}
{% endif %}
{% if domain.name is defined %}
login={{ domain.name }} login={{ domain.name }}
{% endif %}
password={{ domain.pass }} password={{ domain.pass }}
{{ domain.host }} {{ domain.host }}