Open
Description
It is unclear in the documentation how to modify the config.json to point a record to a custom IP instead of to the public IP of the server.
If there is a way to do so, how is it done?
Say the current record is like this:
{
"cloudflare": [
{
"authentication": {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
}
},
"zone_id": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"subdomains": [
{
"name": "example",
"proxied": true
}
]
}
],
"a": true,
"aaaa": true,
"purgeUnknownRecords": false,
"ttl": 300
}
It will point to the public IP addres of the server, but I would like to point it to "192.168.1.10", for example.
Metadata
Assignees
Labels
No labels
Activity