Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsmadeeasy.com #847

Open
danielrail opened this issue Oct 22, 2024 · 2 comments
Open

dnsmadeeasy.com #847

danielrail opened this issue Oct 22, 2024 · 2 comments

Comments

@danielrail
Copy link

Can you please add the support for DnsMadeEasy ?
https://dnsmadeeasy.com/

@bentemple
Copy link
Collaborator

bentemple commented Oct 23, 2024

Seems pretty straight forward. Documentation, example shell script
I can look into adding this.

FWIW, you should be able to use a custom configuration to do this already.
DDNS-Updater config would look something like this:

{
  "settings": [
    {
      "provider": "custom",
      "domain": "example.com",
      "url": "https://cp.dnsmadeeasy.com/servlet/updateip?username=$DMEUSER\&password=$DMEPASS&id=$DMEID"
      "ipv4key": "ip",
      "ipv6key": "ipv6",
      "success_regex": "success",
      "ip_version": "ipv4"
    }
  ]
}

With the relevant values replaced with their actual values in the above config:

# This is the e-mail address that you use to login
DMEUSER=<username>

# This is your password
DMEPASS=<password>

# This is the unique number for the record that you are updating.
# This number can be obtained by clicking on the DDNS link for the
# record that you wish to update; the number for the record is listed
# on the next page.
DMEID=<record number>
Locate Your Record ID

Every record in DNS Made Easy is assigned a unique ID which is required as part of the call to pass in a dynamic update.

To locate your record ID:

    Log In

    Click the DNS – Managed DNS menu.

    Select a domain and click on the Records tab

    Double click a record

    If the DDNS check box is not enabled, enable it. The Record ID is the Dynamic DNS ID on this page that appears below the check box.

@danielrail
Copy link
Author

danielrail commented Oct 23, 2024

Thanks.

This is for a friend that doesn't have a Github account. I'll pass on the information.

@qdm12 qdm12 changed the title DnsMadeEasy support dnsmadeeasy.com Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants