Update dynamic DNS with ddclient

This commit is contained in:
2021-02-28 02:26:21 -05:00
parent de1ec27aa0
commit 497572ce9d
4 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Configuration file for ddclient managed by Ansible
#
# /etc/ddclient.conf
verbose={{ ddclient_verbose }}
use=web, web={{ ddclient_web }}
protocol={{ ddclient_protocol }}
server={{ ddclient_server }}
login={{ ddclient_login }}
password={{ ddclient_password }}
{{ ddclient_host }}