{"id":21553538,"url":"https://github.com/parzival-space/dynu-ddns","last_synced_at":"2026-02-23T20:41:36.582Z","repository":{"id":43874536,"uuid":"428616762","full_name":"parzival-space/dynu-ddns","owner":"parzival-space","description":"Uses the Dynu API to automatically updates the ddns entrys of your domain. ","archived":false,"fork":false,"pushed_at":"2025-03-08T18:31:52.000Z","size":34,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T02:40:33.445Z","etag":null,"topics":["dns","dyndns","dyndns-refresh","dyndns-service","dyndns-updater","dynu","dynu-dns","javascript","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parzival-space.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-11-16T10:49:11.000Z","updated_at":"2024-01-04T13:08:53.000Z","dependencies_parsed_at":"2024-01-11T14:25:23.996Z","dependency_job_id":"c9060b74-d786-49dd-b8fc-460d065b03d0","html_url":"https://github.com/parzival-space/dynu-ddns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parzival-space/dynu-ddns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parzival-space%2Fdynu-ddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parzival-space%2Fdynu-ddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parzival-space%2Fdynu-ddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parzival-space%2Fdynu-ddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parzival-space","download_url":"https://codeload.github.com/parzival-space/dynu-ddns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parzival-space%2Fdynu-ddns/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265195101,"owners_count":23726024,"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":["dns","dyndns","dyndns-refresh","dyndns-service","dyndns-updater","dynu","dynu-dns","javascript","nodejs"],"created_at":"2024-11-24T07:11:11.188Z","updated_at":"2026-02-23T20:41:31.559Z","avatar_url":"https://github.com/parzival-space.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynu-DDNS\n\nUses the Dynu API to automatically updates the ddns entrys of your domain.\u003c/br\u003e\nThis application is intended to run as a system service on system startup.\u003c/br\u003e\n\u003c/br\u003e\nBy default, the application tries to fetch the current IP address every hour.\u003c/br\u003e\nIf it detects that the IP has changed, the domain gets updated.\u003c/br\u003e\n\n\u003c/br\u003e\n\n## Installation\n\nIt is recommended to use \u003ca href=\"https://www.npmjs.com/package/forever-service\"\u003eforever-service\u003c/a\u003e to install dynv6-ddns as a system service.\n\n```bash\n# Install forever-service\nnpm i -g forever forever-service\n\n# Pull this repository and install dependencies\ngit clone https://github.com/parzival-space/dynu-ddns.git\ncd ./dynu-ddns\nnpm i\n\n# Install this node application\nforever-service install dynu-ddns -s app.js\n```\n\n### Uninstall\n\nTo install Dynu-DDNS service you can just run the command below:\n\n```bash\nforever-service delete dynu-ddns\n```\n\n\u003c/br\u003e\n\n## Configuration\n\nTo configure the application you just have to edit the config.json file with the following synthax:\n\n\u003ctable\u003e\n  \u003ctr\u003e\u003cth\u003eProperty\u003c/th\u003e\u003cth\u003eType\u003c/th\u003e\u003cth\u003eDescription\u003c/th\u003e\u003cth\u003eExample\u003c/th\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003ezone\u003c/td\u003e\u003ctd\u003eString\u003c/td\u003e\u003ctd\u003eThe Domain you want to update.\u003c/td\u003e\u003ctd\u003eexample.org\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003etoken\u003c/td\u003e\u003ctd\u003eString\u003c/td\u003e\u003ctd\u003eYour \u003ca href=\"https://www.dynu.com/ControlPanel/APICredentials\"\u003eAPI-Key\u003c/a\u003e.\u003c/td\u003e\u003ctd\u003eASDhpoahsdohasODHOhsDASohooA-g\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003eipv4Enabled\u003c/td\u003e\u003ctd\u003eBoolean\u003c/td\u003e\u003ctd\u003eDo you want to update the IPv4 address?\u003c/td\u003e\u003ctd\u003etrue\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003eipv6Enabled\u003c/td\u003e\u003ctd\u003eBoolean\u003c/td\u003e\u003ctd\u003eDo you want to update the IPv6 address?\u003c/td\u003e\u003ctd\u003efalse\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003einterval\u003c/td\u003e\u003ctd\u003eNumber\u003c/td\u003e\u003ctd\u003eThe update interval in hours.\u003c/td\u003e\u003ctd\u003e1\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\n### Example\n\n```json\n{\n  \"zone\": \"\u003c\u003cYOUR DOMAIN\u003e\u003e\",\n  \"token\": \"\u003c\u003cYOUR API KEY\u003e\u003e\",\n\n  \"ipv4Enabled\": true,\n  \"ipv6Enabled\": false,\n\n  \"interval\": 1\n}\n```\n\n\u003c/br\u003e\n\n## API Endpoints\n\nThese are the APIs the applications uses:\u003c/br\u003e\n\u003ca href=\"https://seeip.org/\"\u003eseeip.org\u003c/a\u003e to fetch current IP adress (IPv4 and IPv6).\u003c/br\u003e\n\u003ca href=\"https://www.dynu.com/\"\u003edynv6.com\u003c/a\u003e to update your DNS records.\u003c/br\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparzival-space%2Fdynu-ddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparzival-space%2Fdynu-ddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparzival-space%2Fdynu-ddns/lists"}