Skip to content

Commit

Permalink
fix login redirect
Browse files Browse the repository at this point in the history
fixes #27
  • Loading branch information
neothematrix authored Mar 27, 2022
1 parent 732387f commit 08c8194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noip-renew.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Robot:

USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:64.0) Gecko/20100101 Firefox/64.0"
LOGIN_URL = "https://www.noip.com/login"
HOST_URL = "https://my.noip.com/dynamic-dns"
HOST_URL = "https://www.noip.com/redirect/mynoip?force=true&intended=dynamic-dns"

def __init__(self, username, password, debug):
self.debug = debug
Expand Down

0 comments on commit 08c8194

Please sign in to comment.