https://github.com/davidfstr/update_noip
Refreshes all your hostnames on no-ip.com
https://github.com/davidfstr/update_noip
Last synced: 4 months ago
JSON representation
Refreshes all your hostnames on no-ip.com
- Host: GitHub
- URL: https://github.com/davidfstr/update_noip
- Owner: davidfstr
- Created: 2016-04-03T04:05:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T21:23:15.000Z (over 7 years ago)
- Last Synced: 2025-02-24T03:36:38.998Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# update_noip
| **No longer maintained:** This project is no longer being maintained. |
| ----------------------------------------------------------------------|Refreshes all your hostnames on [noip.com].
If run regularly, no-ip won't nag you to update your hostnames every 30 days.
This script is intended to be hooked up to cron or some other periodic task scheduler.
It reports execution errors via [notifymail].[noip.com]: https://www.noip.com/
[notifymail]: https://github.com/davidfstr/notifymail## Installation
```
# (Install Python 3.x)# Download source code
git clone https://github.com/davidfstr/update_noip.git
cd update_noip/# Install dependencies
pip3 install -r requirements.txt# Define no-ip settings
cp settings.example.py settings.py
nano settings.py # or your favorite text editor# Run
python3 update_noip.py
```