Update ddclient template for DuckDNS
This commit is contained in:
parent
1f26fc6b94
commit
26763ff614
@ -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 }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user