Skip to content

Commit 6e43ab5

Browse files
committed
Changed URL.
1 parent 5b54400 commit 6e43ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/esotericsoftware/dnsmadeeasy/DnsMadeEasy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void update (String user, String pass, String id) throws IOException {
5151
}
5252
if (newIP.equals(lastIP)) return;
5353

54-
String result = http("http://www.dnsmadeeasy.com/servlet/updateip?username=" + user + "&password=" + pass + "&id=" + id
54+
String result = http("http://cp.dnsmadeeasy.com/servlet/updateip?username=" + user + "&password=" + pass + "&id=" + id
5555
+ "&ip=" + newIP);
5656
log(newIP + ", " + result, null);
5757
if (result.equals("success")) {

0 commit comments

Comments
 (0)