{"id":19684563,"url":"https://github.com/matitalatina/netsons-ddns","last_synced_at":"2026-05-14T00:41:44.829Z","repository":{"id":40746163,"uuid":"193363914","full_name":"matitalatina/netsons-ddns","owner":"matitalatina","description":"Dynamic DNS using netsons","archived":false,"fork":false,"pushed_at":"2023-01-07T06:39:08.000Z","size":1665,"stargazers_count":2,"open_issues_count":16,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T08:07:56.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/matitalatina.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}},"created_at":"2019-06-23T15:21:47.000Z","updated_at":"2022-08-09T03:16:03.000Z","dependencies_parsed_at":"2023-02-06T14:16:47.263Z","dependency_job_id":null,"html_url":"https://github.com/matitalatina/netsons-ddns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matitalatina/netsons-ddns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matitalatina%2Fnetsons-ddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matitalatina%2Fnetsons-ddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matitalatina%2Fnetsons-ddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matitalatina%2Fnetsons-ddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matitalatina","download_url":"https://codeload.github.com/matitalatina/netsons-ddns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matitalatina%2Fnetsons-ddns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33005042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-11-11T18:18:14.666Z","updated_at":"2026-05-14T00:41:44.798Z","avatar_url":"https://github.com/matitalatina.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netsons DDNS\n\n**[Update 2020-06-09]** *Netsons added [Google reCAPTCHA](https://www.google.com/recaptcha/intro/v3.html) on login page. So my app fails to login. I think there's no quick solution to overcome this issue. I'm open to pull requests if someone finds a solution.*\n*In the meantime, I switched my DDNS to [namecheap](https://www.namecheap.com/). [It's waaaay easier](https://www.namecheap.com/support/knowledgebase/article.aspx/29/11/how-do-i-use-a-browser-to-dynamically-update-the-hosts-ip) to keep DNS updated.*\n\nThis projects aim to handle a DDNS using the domain provider Netsons.\nUnfortunately, Netsons doesn't expose any API to keep updated the DNS records. So I created this project.\n\n## Why you should use this application\n\nIf you have this situation like mine:\n\n- You have a dynamic IP assigned from your internet provider.\n- You have a domain handled by Netsons.\n- You want to keep updated an `A` DNS record in order to point always to your dynamic IP.\n\n## Requirements\n\n- Node.js installed.\n- The `A` DNS record already existing on Netsons. It keeps updated, but it doesn't create it.\n\n## Getting Started\n\n- Clone this project.\n- Go to the project root.\n- `npm install`: it installs the project dependencies.\n- `npm run build`: it builds the Node.Js app in the `dist/` folder.\n- You need to put the `.env` file inside the `dist/` folder to add your configuration. You can see an example inside `.env.example` file.\n  You can avoid this step. You should provide those parameters inside your environment when you run the app.\n- `node dist/index.js` to start it.\n\n## How it works\n\nThis is the flow that follows:\n\n- Login on netsons website. Fetch the required cookies.\n- Download HTML page of your domain management page.\n- Parse your DNS records and find the entry you want to edit.\n- Update the entry record.\n\n## FAQ\n\n- *Where can I find `NETSONS_DOMAIN_ID` environment variable?* You can find it in the netsons URL, when you are on your domain page edit.\n  `https://www.netsons.com/manage/index.php?m=pdns\u0026domainid=\u003cYOUR_DOMAIN_ID\u003e`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatitalatina%2Fnetsons-ddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatitalatina%2Fnetsons-ddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatitalatina%2Fnetsons-ddns/lists"}