We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b54400 commit 6e43ab5Copy full SHA for 6e43ab5
src/com/esotericsoftware/dnsmadeeasy/DnsMadeEasy.java
@@ -51,7 +51,7 @@ void update (String user, String pass, String id) throws IOException {
51
}
52
if (newIP.equals(lastIP)) return;
53
54
- String result = http("http://www.dnsmadeeasy.com/servlet/updateip?username=" + user + "&password=" + pass + "&id=" + id
+ String result = http("http://cp.dnsmadeeasy.com/servlet/updateip?username=" + user + "&password=" + pass + "&id=" + id
55
+ "&ip=" + newIP);
56
log(newIP + ", " + result, null);
57
if (result.equals("success")) {
0 commit comments