This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
homeserver-ansible/templates/ddclient.conf.j2
2022-02-27 16:05:34 -05:00

8 lines
172 B
Django/Jinja

protocol=dyndns2
use=web, web=https://ip.me
ssl=yes # yes = use https for updates
server=ipv4.nsupdate.info
login={{ domain }}
password='{{ ddclient_pass }}'
{{ domain }}