apertodns 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -123,6 +123,7 @@ apertodns --force
123
123
  | `--config` | Edit configuration |
124
124
  | `--logout` | Remove local configuration |
125
125
  | `--force` | Force DNS update now |
126
+ | `--update` | Standalone DynDNS2 update (with `--domain` and `--token`) |
126
127
 
127
128
  ### Daemon Mode
128
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apertodns",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "ApertoDNS CLI - Dynamic DNS management from your terminal. Manage domains, tokens, API keys and DNS updates with style.",
5
5
  "main": "index.js",
6
6
  "type": "module",