Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<noip>no-ip</noip>
<nsupdatev4>nsupdate.info (IPv4)</nsupdatev4>
<nsupdatev6>nsupdate.info (IPv6)</nsupdatev6>
<oray>Oray</oray>
<ovh>OVHcloud DynHost</ovh>
<porkbun>Porkbun</porkbun>
<regfishde>regfish.de</regfishde>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ server=dyndns.strato.com, \
{% elif account.service == 'ovh' %}
protocol=dyndns2, \
server=www.ovh.com, \
{% elif account.service == 'oray' %}
protocol=dyndns2, \
server=ddns.oray.com, \
script=/ph/update, \
{% elif account.service == 'porkbun' %}
protocol={{account.service}}, \
apikey={{account.username}}, \
Expand Down