Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

neodigit-dyndns

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neodigit-dyndns

A dynamic DNS client using Neodigit's API

  • 0.3.2
  • PyPI
  • Socket score

Maintainers
1

Dynamic Dns with Neodigit's API

GitHub GitHub last commit GitHub repo size Twitter Follow Mastodon Follow

TESTING PURPOSES ONLY

  • Github: https://github.com/educollado/neodigit-dyndns
  • Pypi.org: https://pypi.org/project/neodigit-dyndns/

dynamic_dns for Neodigit domains

https://panel.neodigit.net

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. This file is a YAML file.

  • 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

GPL3

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc