summaryrefslogtreecommitdiffstats
path: root/net/updatedd/patches/003-zoneedit-url-fix.patch
blob: 9e400018feeebbed3d43e0580c5486028025e8d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/plugins/libzoneedit.h
+++ b/src/plugins/libzoneedit.h
@@ -21,7 +21,7 @@
 
 #include <ret_codes.h>
 
-#define DYNDNSHOST	"www.zoneedit.com"
+#define DYNDNSHOST	"dynamic.zoneedit.com"
 #define PORT		80
 
 #define BUFSIZE		4096