-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cPouta does not provide a DNS service for the dynamically changing public IPs. As such, pull in `linuxserver/ddclient` in the cluster to perform dynamic DNS (DDNS) updates if configured by the user. Should support all DDNS providers supported by `ddclient`, configured to use [dy.fi](https://www.dy.fi/) by default. Signed-off-by: Dennis Marttinen <[email protected]>
- Loading branch information
Showing
4 changed files
with
98 additions
and
10 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Example ddclient configuration for dynamic DNS updates to dy.fi (Finnish-only DDNS service), | ||
# Change the file name to "ddclient.conf" to enable. Edit the <email>, <password> and <host> | ||
# entries to match your setup, or change the configuration entirely to target your preferred | ||
# DDNS service. The last line MUST match the DDNS FQDN. | ||
|
||
daemon=60 | ||
use=web | ||
web=checkip.dy.fi | ||
server=www.dy.fi | ||
protocol=dyndns2 | ||
login=<email> | ||
password=<password> | ||
<host>.dy.fi |