UteHaus / dyndns-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dyndns-py for netcup

API

Use the following API nc_dnsapi to update DNS records.

Troubleshooting

python

  • ModuleNotFoundError: No module named 'fritzconnection' reintall fritzconnection

Start

  1. install python3 sudo apt install python3 pip3
  2. install pip install miniupnpc
  3. git clone https://github.com/UteHaus/dyndns-py.git
  4. switch in the folder dyndns-py
  5. In the folder run git clone https://github.com/nbuchwitz/nc_dnsapi
  6. mv nc_dnsapi api
  7. python3 .

Important!!

The host.json and settings.json files must have a valide json format.

About


Languages

Language:Python 99.4%Language:Shell 0.6%