remove identifying data from route53 and ddns docs

This commit is contained in:
2024-10-11 11:13:07 -04:00
parent b7cd952c47
commit 05534234c7
10 changed files with 61 additions and 327 deletions

View File

@@ -0,0 +1,19 @@
{
"Comment": "Update Public IPV4 Address",
"Changes": [
{
"Action": "UPSERT",
"ResourceRecordSet": {
"Name": "ipv4.myhost.com",
"Type": "A",
"TTL": 300,
"ResourceRecords": [
{
"Value": ""
}
]
}
}
]
}