We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee4374 commit 3d2f7d9Copy full SHA for 3d2f7d9
plugins/no_ip.py
@@ -25,7 +25,7 @@ class NoAddressPlugin(ServicePlugin):
25
26
_name = 'no-ip.com'
27
_oneliner = 'Updates on http://no-ip.com/'
28
- _url = "http://dynupdate.no-ip.com/nic/update?hostname={0}"
+ _url = "https://dynupdate.no-ip.com/nic/update?hostname={0}"
29
30
def register(self, log, hostname, ip, options):
31
"""Implement ServicePlugin.register()."""
0 commit comments