3943707099f6ff424b86024906ad9d55ebf76291
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
Languages
Nix
100%