From d99c2e5977b167e47a87d58cf93968febe8feea9 Mon Sep 17 00:00:00 2001 From: rune Date: Thu, 2 Jan 2025 10:26:45 +0100 Subject: [PATCH] Add Overview of commands/options --- Overview-of-commands%2Foptions.md | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Overview-of-commands%2Foptions.md diff --git a/Overview-of-commands%2Foptions.md b/Overview-of-commands%2Foptions.md new file mode 100644 index 0000000..c829dec --- /dev/null +++ b/Overview-of-commands%2Foptions.md @@ -0,0 +1,38 @@ +options: + -h, --help show this help message and exit + -a APIkey, --api APIkey + Add/Change API key. + + -f, --force Force update of IP address for all domains. + + -l domain, --list domain + List subdomains for supplied domain. + + -o domain, --serverdomains domain + List subdomains for supplied domain not in ddns DB. + + -d, --domains List top domains in your DigitalOcean account. + + -c CURRENT, --current CURRENT + List the current IP address for the sub-domain given + + -t domain, --top domain + Add a new domain from your DigitalOcean account to use as a dynamic DNS domain + + -s domain, --sub domain + Add a new subdomain to your DigitalOcean account and use as dynamic DNS. + + + -k domain domainid, --local domain domainid + Add an existing DigitalOcean subdomain to your ddns DB and use as dynamic DNS. + + -r domain, --remove domain + Remove a subdomain from your DigitalOcean account and ddns. + + -v, --version Show current version and config info + + -p ip4.iurl.no 4, --ipserver ip4.iurl.no 4 + Sets or updates IP server lookup to use. Indicate 4 or 6 for IP type. + + -e test.example.com, --edit test.example.com + Changes domain from active to inactive or the other way around... \ No newline at end of file