aboutsummaryrefslogtreecommitdiff
path: root/dns/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-12-14 17:08:01 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-12-14 17:08:01 +0000
commit611e9b36dda5b11a86986cf79a042f96b52a55c0 (patch)
tree568af5b275317acbcbb120fc8341446cb14a84e8 /dns/Makefile
parentacad63c2637f9c7fcee7dc6cfe2e771f6f275eac (diff)
downloadports-611e9b36dda5b11a86986cf79a042f96b52a55c0.tar.gz
ports-611e9b36dda5b11a86986cf79a042f96b52a55c0.zip
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/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index e2f8e242fdf0..0639d031faba 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -63,6 +63,7 @@
SUBDIR += dq
SUBDIR += drool
SUBDIR += dualserver
+ SUBDIR += dynip
SUBDIR += erlang-idna
SUBDIR += ez-ipupdate
SUBDIR += fastresolve