Validate and document Dynu-rejected documentation IP ranges

This commit is contained in:
beatz174-bit
2026-04-29 13:34:17 +10:00
parent 99fcdef286
commit 89f6dd2d35
5 changed files with 30 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Edit `terraform.tfvars` and set at least:
- `dynu_root_domain`
- `test_suffix` (use a unique value per run)
Optional overrides include `test_ipv4`, `test_ipv6`, and `test_cname_target`.
Optional overrides include `test_ipv4`, `test_ipv6`, and `test_cname_target`. Use real routable IPs for `test_ipv4`/`test_ipv6`; Dynu rejects documentation ranges such as `192.0.2.0/24` and `2001:db8::/32`.
## Run
@@ -8,7 +8,7 @@ dynu_root_domain = "example.com"
# Set to a unique value per run so records are clearly disposable.
test_suffix = "manual"
# Safe documentation values for live test scenarios.
# Replace with real routable values for your environment (Dynu rejects documentation-only ranges).
test_ipv4 = "192.0.2.123"
test_ipv6 = "2001:db8::123"
test_cname_target = "example.com"