docs: add missing provider_ip field in examples (#466)

- he.net
- selfhost.de
- servercow
This commit is contained in:
Stavros Kois
2023-06-07 21:24:24 +03:00
committed by GitHub
parent 10b6b79c70
commit 61ead94870
3 changed files with 7 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"domain": "domain.com",
"host": "@",
"password": "password",
"provider_ip": true,
"ip_version": "ipv4"
}
]
@@ -27,5 +28,6 @@
### Optional parameters
- `"ip_version"` can be `ipv4` (A records) or `ipv6` (AAAA records), defaults to `ipv4 or ipv6`
- `"provider_ip"` can be set to `true` to let your DNS provider determine your IPv4 address (and/or IPv6 address) automatically when you send an update request, without sending the new IP address detected by the program in the request.
## Domain setup