mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
ez-ipupdate: Fixed wrong hostname of zoneedit service.
This commit is contained in:
13
src/patches/ez-ipupdate-3.0.11b8-zoneedit-server.patch
Normal file
13
src/patches/ez-ipupdate-3.0.11b8-zoneedit-server.patch
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user