noip-renew
noip-renew copied to clipboard
Auto renew (confirm) noip.com free hosts
Hi noip-renew-skd.sh seend to be a good idear, because it will take the olad of teh noip.com servrs, and hopefully keep us under the radar. I had to disable the...
Changed Linux distro flavor detecting behavior by reading ```/etc/os-release``` . Tested on Rocky Linux 9, and it should work on other Enterprise Linux distro including RHEL, Alma Linux, CentOS Stream...
I'm running Rasbian "Buster" (10.9) and recently I have discovered below issue while running 'noip' script: noip-renew.py `[2021/04/13 14:46:08] - Debug level: 2` `[2021/04/13 14:46:08] - Opening https://www.noip.com/login...` `[2021/04/13 14:47:09]...
Login - Tested and works: from selenium.webdriver.common.keys import Keys ele_pwd.send_keys(base64.b64decode(self.password).decode('utf-8')) ele_pwd.send_keys(Keys.ENTER) comment the line self.browser.find_element(By.XPATH, "//form[@id='clogs']/button[@type='submit']").click() This way it is not necessary to find the button - something which works...
Hello, I use Raspberry Pi OS Lite. Log file is empty, and in consol return I have ``` /usr/local/bin/noip-renew.py:73: DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead ele_usr =...
noip now uses recaptcha on its login page which breaks any automatic way of refreshing hosts.
I try to run it on CentOS with Docker but not work ``` [root@server noip-renew]# docker build -t loblab/selenium:debian . Sending build context to Docker daemon 726.5kB Step 1/18 :...
like title,i want to use it for centos 7+, but this not support.
A little change in login page breaks the script from January, 21st. The div ID has been changed to "sign-up-wrap" (it was "signup-wrap").