{"id":23886165,"url":"https://github.com/hiro5id/docker-open-dns-ip-updater","last_synced_at":"2026-03-07T08:02:30.121Z","repository":{"id":72034716,"uuid":"51236589","full_name":"hiro5id/docker-open-dns-ip-updater","owner":"hiro5id","description":"Docker container to update OpenDNS IP address for networks that have a dynamic IP address","archived":false,"fork":false,"pushed_at":"2016-09-28T03:38:46.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T16:48:21.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiro5id.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-07T05:21:52.000Z","updated_at":"2024-11-25T20:16:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfda20d5-858a-411f-a4f0-fe339c15dd97","html_url":"https://github.com/hiro5id/docker-open-dns-ip-updater","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hiro5id/docker-open-dns-ip-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiro5id%2Fdocker-open-dns-ip-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiro5id%2Fdocker-open-dns-ip-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiro5id%2Fdocker-open-dns-ip-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiro5id%2Fdocker-open-dns-ip-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiro5id","download_url":"https://codeload.github.com/hiro5id/docker-open-dns-ip-updater/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiro5id%2Fdocker-open-dns-ip-updater/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265742718,"owners_count":23820898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-04T05:56:58.569Z","updated_at":"2026-03-07T08:02:24.959Z","avatar_url":"https://github.com/hiro5id.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"open-dns-ip-updater\n============\n\nThis is a simple Docker container for updating [OpenDNS](http://www.opendns.com/) IP address.  This container packs the [ddclient](http://sourceforge.net/projects/ddclient/) application to accomplish this.  When using OpenDNS, the purpose of dynamic DNS is to preserve your OpenDNS preferences if your ISP or network operator changes your IP address. The software client keeps your IP up to date with OpenDNS automatically.\n\nUsage\n-----\n\nLets Create the **data-only** container to initialize the **/config** volume\n\n```\ndocker run --name=opendns-data \\\n-v /config sebestyen/docker-open-dns-ip-updater \\\necho \"openDNS data container\"\n```\n\nNow lets run openDNS updater and attach to the data only container:\n\n```\ndocker run --name=opendns -d \\\n-v /etc/localtime:/etc/localtime \\\n-v /config \\\n--volumes-from=opendns-data \\\nsebestyen/docker-open-dns-ip-updater\n```\n\nWhen run for the first time, a file named ddclient.conf will be created in the config dir, and the container will exit. Edit\nthis file, adding your username (email), password, and domains. Then rerun the command.  You can re-start the existing container by running `docker start opendns`\n\nYou can edit the config file in the **/config** volume by mounting it and running our container in interactive mode\n\n```\ndocker run --name=opendns-editor -it \\\n-v /config \\\n--volumes-from=opendns-data \\\nsebestyen/docker-open-dns-ip-updater vi /config/ddclient.conf\n```\n\nTo check the status, run `docker logs opendns`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiro5id%2Fdocker-open-dns-ip-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiro5id%2Fdocker-open-dns-ip-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiro5id%2Fdocker-open-dns-ip-updater/lists"}