Skip to content

Point to custom IP - content tag #183

Open
@s-ata

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions