# dnsmadeeasy **Repository Path**: mirrors_EsotericSoftware/dnsmadeeasy ## Basic Information - **Project Name**: dnsmadeeasy - **Description**: Dynamic DNS updater for DnsMadeEasy - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DnsMadeEasy DNS Update This is a simple tool that periodically updates your IP when it changes for [DnsMadeEasy](http://www.dnsmadeeasy.com/)'s dynamic DNS. It works on Windows (EXE file provided), Mac, and Linux. ## Download Download the latest version here: [Download DnsMadeEasy](https://github.com/EsotericSoftware/dnsmadeeasy/releases) There is no installation, only an EXE and JAR file. Windows users only need the EXE file and run it in the usual ways. Other OS users only need the JAR file and run it using `java -jar dnsmadeeasy.jar`. ## Setup When run the first time, the tool creates a `~/.dnsmadeeasy/config.txt` file containing: ``` User: Password: Record ID: Minutes: 30 Last IP: Exit: false ``` `User` and `Password` are your DnsMadeEasy credentials. You may optionally configure DnsMadeEasy to have a password per record, so you don't need to use your account password. `Record ID` identifies the record to update. `Minutes` is the number of minutes between IP checks. `Last IP` does not need to be set manually. If `Exit` is true, the program does not stay running. It will check the IP and update if needed, then exit. After saving the `config.txt` file, the DnsMadeEasy tool must be restarted. On Windows the tool runs in the background and only a single instance is allowed, so use Task Manager to end the task before starting it again. Configure your OS to start the tool when the OS starts. ## Troubleshooting The tool creates a `~/.dnsmadeeasy/dnsmadeeasy.log` file that contains timestamps for when the IP has changed and any error messages. ## License The tool is released as OSS under the [New BSD license](https://github.com/EsotericSoftware/dnsmadeeasy/blob/master/LICENSE).