2023-01-15 16:42:50 +01:00
2023-01-12 23:01:41 +01:00
2023-01-12 23:01:41 +01:00
2023-01-12 23:01:41 +01:00
2023-01-15 16:42:50 +01:00
2023-01-15 16:37:21 +01:00

Porkbun Dynamic DNS Client

This repository contains a Nix flake that wraps the Python version of the Porkbun Dynamic DNS client.

Currently skoobasteeve's fork is used.

Usage

Once the flake is installed, you can call the porkbun-ddns script like this:

porkbun-ddns </path/to/config_file.json> <root domain> <optional: subdomain>

The config_file.json should contain your Porkbun API key and other settings. The root domain and subdomain arguments are used to specify the domain you want to update.

For example, if you want to update the IP address for the subdomain home of the domain example.com, you would run the following command:

porkbun-ddns /path/to/config.json example.com home

Additional Information

Please refer to the Porkbun Dynamic DNS for further information on how to use the client.

Description
simple nix flake wrapping "porkbun-dynamic-dns-python"
Readme 26 KiB
Languages
Nix 100%