directnic.com #189

Open
opened 2025-11-20 04:21:18 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @Morantz on GitHub (May 4, 2022).

Originally assigned to: @qdm12 on GitHub.

Format for submission of a new ip is as follows:

https://directnic.com/dns/gateway/ uniquecodehere /?data=68.41.xx.xx

Originally created by @Morantz on GitHub (May 4, 2022). Originally assigned to: @qdm12 on GitHub. Format for submission of a new ip is as follows: https://directnic.com/dns/gateway/ uniquecodehere /?data=68.41.xx.xx
saavagebueno added the Category: New provider 🆕 label 2025-11-20 04:21:18 -05:00
Author
Owner

@bentemple commented on GitHub (Oct 25, 2024):

I believe this could be handled with the custom provider configuration:

{
  "settings": [
    {
      "provider": "custom",
      "domain": "example.com",
      "url": "https://directnic.com/dns/gateway/UNIQUE_CODE/",
      "ipv4key": "data",
      "ipv6key": "ipv6",
      "success_regex": "success",
      "ip_version": "ipv4"
    }
  ]
}
@bentemple commented on GitHub (Oct 25, 2024): I believe this could be handled with the [custom](https://github.com/qdm12/ddns-updater/blob/master/docs/custom.md) provider configuration: ``` { "settings": [ { "provider": "custom", "domain": "example.com", "url": "https://directnic.com/dns/gateway/UNIQUE_CODE/", "ipv4key": "data", "ipv6key": "ipv6", "success_regex": "success", "ip_version": "ipv4" } ] } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#189