An open API service indexing awesome lists of open source software.

https://github.com/buckley-w-david/renew-no-ip

Automatically renew free domains from no-ip DDNS service
https://github.com/buckley-w-david/renew-no-ip

Last synced: 7 months ago
JSON representation

Automatically renew free domains from no-ip DDNS service

Awesome Lists containing this project

README

          

# no-ip DDNS auto renew

A simple project to automatically renew a free domain from no-ip DDNS service.

## Prerequisites

* Python3.6+
* [Firefox](https://www.mozilla.org/firefox)
* [geckodriver](https://github.com/mozilla/geckodriver)

## Setup

Create and initialize the environment

```bash
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
```

## Usage