ez-ipupdate: Fixed wrong hostname of zoneedit service.

This commit is contained in:
Michael Tremer
2009-05-29 15:00:36 +02:00
parent 49ab117305
commit f85c783a9c
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/ez-ipupdate.c b/ez-ipupdate.c
index 9aea495..a6d2528 100644
--- a/ez-ipupdate.c
+++ b/ez-ipupdate.c
@@ -95,7 +95,7 @@
#define HN_DEFAULT_PORT "80"
#define HN_REQUEST "/vanity/update"
-#define ZONEEDIT_DEFAULT_SERVER "www.zoneedit.com"
+#define ZONEEDIT_DEFAULT_SERVER "dynamic.zoneedit.com"
#define ZONEEDIT_DEFAULT_PORT "80"
#define ZONEEDIT_REQUEST "/auth/dynamic.html"