add server option, closes #4816
[openwrt/svn-archive/archive.git] / net / ez-ipupdate / patches / 004-zoneedit.patch
1 --- ez-ipupdate-3.0.11b8.orig/ez-ipupdate.c
2 +++ ez-ipupdate-3.0.11b8/ez-ipupdate.c
3 @@ -95,7 +95,7 @@
4 #define HN_DEFAULT_PORT "80"
5 #define HN_REQUEST "/vanity/update"
6
7 -#define ZONEEDIT_DEFAULT_SERVER "www.zoneedit.com"
8 +#define ZONEEDIT_DEFAULT_SERVER "dynamic.zoneedit.com"
9 #define ZONEEDIT_DEFAULT_PORT "80"
10 #define ZONEEDIT_REQUEST "/auth/dynamic.html"
11
12