-
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.
Merge pull request #4 from supernetes/ddns
feat: add support for dynamic DNS
- 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 |