diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2017-12-14 17:08:01 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2017-12-14 17:08:01 +0000 |
commit | 611e9b36dda5b11a86986cf79a042f96b52a55c0 (patch) | |
tree | 568af5b275317acbcbb120fc8341446cb14a84e8 /dns/dynip/pkg-descr | |
parent | databases/cego: update 2.38.10 -> 2.38.12 (diff) |
Add dns/dynip.
dynip is a daemon that monitors your host system ISP assigned dynamic IP
address. If it changes, dynip automatically updates the dynamic DNS IP
address at your dynamic DNS hosting provider then posts an informational
message to the host system log followed by sending an informational email
to user root.
The dynip daemon and the daily script are very simple Bourne Shell type
scripts containing self documenting embedded comments. They use the
"fetch" command to issue the standard browser style URL format used by
most dynamic DNS hosting providers for the purpose of actual updating
the registered IP address with the new IP address. There are some small
variations in the URL format depending on the dynamic DNS hosting
provider being used.
Mandatory requirements. The host that is running dynip "MUST" be cabled
directly to the ISP modem and be using the public routable dynamic IP
address assigned by the ISP.
Includes templates for these dynamic DNS hosting providers
namecheap.com
freedns.afraid.org
changeip.com
no-ip.com
zoneedit.com
easydns.com
and is simple to configure for other providers that use a variation
of the URL format.
WWW: http://dynip.sourceforge.net/
PR: 224329
Submitted by: Joe Barbish
Notes
Notes:
svn path=/head/; revision=456312
Diffstat (limited to 'dns/dynip/pkg-descr')
-rw-r--r-- | dns/dynip/pkg-descr | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dns/dynip/pkg-descr b/dns/dynip/pkg-descr new file mode 100644 index 000000000000..791650c896de --- /dev/null +++ b/dns/dynip/pkg-descr @@ -0,0 +1,29 @@ +dynip is a daemon that monitors your host system ISP assigned dynamic IP +address. If it changes, dynip automatically updates the dynamic DNS IP +address at your dynamic DNS hosting provider then posts an informational +message to the host system log followed by sending an informational email +to user root. + +The dynip daemon and the daily script are very simple Bourne Shell type +scripts containing self documenting embedded comments. They use the +"fetch" command to issue the standard browser style URL format used by +most dynamic DNS hosting providers for the purpose of actual updating +the registered IP address with the new IP address. There are some small +variations in the URL format depending on the dynamic DNS hosting +provider being used. + +Mandatory requirements. The host that is running dynip "MUST" be cabled +directly to the ISP modem and be using the public routable dynamic IP +address assigned by the ISP. + +Includes templates for these dynamic DNS hosting providers + namecheap.com + freedns.afraid.org + changeip.com + no-ip.com + zoneedit.com + easydns.com +and is simple to configure for other providers that use a variation +of the URL format. + +WWW: http://dynip.sourceforge.net/ |