Last active
January 18, 2023 01:28
-
-
Save nickistre/c045aec17e2614e7a4ee8a7e5d36c5a8 to your computer and use it in GitHub Desktop.
ddclient.conf setup for freedns.afraid.org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I was having problems with the standard setup, this is to remind me what was needed: | |
#debug=yes # Uncomment to debug | |
#verbose=yes # Uncomment for verbose output | |
daemon=600 # Checking every 10 minutes instead of 5 | |
syslog=yes | |
pid=/var/run/ddclient/ddclient.pid | |
ssl=yes | |
protocol=freedns | |
use=web, web=https://freedns.afraid.org/dynamic/check.php # Use this instead, as the default site doesn't work with SSL | |
ssl=yes | |
server=freedns.afraid.org | |
login=<username> | |
password='<password>' | |
subdomain.domain.ext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment