Add load balancer slupport

This commit is contained in:
Dillan Mills
2023-01-27 15:08:10 -07:00
parent 7e6d74f1f6
commit d92976993d
2 changed files with 35 additions and 1 deletions

View File

@@ -21,8 +21,21 @@
]
}
],
"load_balancer": [
{
"authentication": {
"api_token": "api_token_here",
"api_key": {
"api_key": "api_key_here",
"account_email": "your_email_here"
}
},
"pool_id": "your_pool_id_here",
"origin": "your_origin_name_here"
}
],
"a": true,
"aaaa": true,
"purgeUnknownRecords": false,
"ttl": 300
}
}