A dynamic DNS client using Neodigit's API
Project description
Dynamic Dns with Neodigit's API
TESTING PURPOSES ONLY
dynamic_dns for Neodigit domains
Configuration:
You need to configure the config.cfg and pass it the file as attribute
- token:
- my_domain:
- my_subdomain:
You can obtain your own token Id from: https://panel.neodigit.net/api-consumers
ie: our token is 1234, and our subdomain is test.mydomain.com
- token:1234
- my_domain:mydomain.com
- my_subdomain:test
Instalation from source
git clone https://github.com/educollado/neodigit-dyndns.git
For this script you need requests as you can see in the code:
pip install requests
Or maybe you can use the requirements.txt file:
pip install -r requirements.txt
One interesting step is to add to your crontab:
0,15,30,45 * * * * python3 /path-to/neodigit-dyndns/neodigit_dyndns /url/to/config.cfg > /dev/null 2>&
Instalation from PiP
pip install neodigit-dyndns
https://pypi.org/project/neodigit-dyndns/
Neodigit API
API Documentation: https://developers.neodigit.net/
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neodigit-dyndns-0.2.2.tar.gz.
File metadata
- Download URL: neodigit-dyndns-0.2.2.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.3 CPython/3.8.5 Linux/5.4.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4670ba4dc34047b2763ec8d3a9fbcef316896ae4197568c30006373a43103ab5
|
|
| MD5 |
2a346d392682b211c380f0a61fb13a89
|
|
| BLAKE2b-256 |
58a24ac99716ae9ec9822920bd3ac5dff46b261031323d57c611a30d6a143a5f
|
File details
Details for the file neodigit_dyndns-0.2.2-py3-none-any.whl.
File metadata
- Download URL: neodigit_dyndns-0.2.2-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.3 CPython/3.8.5 Linux/5.4.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
044653498822bdc43230ec8fcdf597fcb09d8f2aad4bfe0359f209098428df3f
|
|
| MD5 |
896f7718de9ea2e3fb5f97dbf4253c98
|
|
| BLAKE2b-256 |
fd75032c00ecc0a69aff2c35cb6875956af51bd38f9cd91bc681cf809e6fd176
|