{"id":33089707,"url":"https://github.com/mario-campos/dyndnsd","last_synced_at":"2026-01-16T23:24:21.874Z","repository":{"id":22112348,"uuid":"87657991","full_name":"mario-campos/dyndnsd","owner":"mario-campos","description":"Dynamic DNS Daemon for OpenBSD","archived":false,"fork":false,"pushed_at":"2025-09-29T13:55:58.000Z","size":313,"stargazers_count":22,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-11-16T04:01:46.669Z","etag":null,"topics":["dns","dynamic-dns-client","openbsd"],"latest_commit_sha":null,"homepage":"https://mario-campos.github.io/software/dyndnsd","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mario-campos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-08T19:13:49.000Z","updated_at":"2025-10-21T16:33:21.000Z","dependencies_parsed_at":"2022-08-25T21:23:50.260Z","dependency_job_id":null,"html_url":"https://github.com/mario-campos/dyndnsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mario-campos/dyndnsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mario-campos%2Fdyndnsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mario-campos%2Fdyndnsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mario-campos%2Fdyndnsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mario-campos%2Fdyndnsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mario-campos","download_url":"https://codeload.github.com/mario-campos/dyndnsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mario-campos%2Fdyndnsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28487586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T22:54:02.790Z","status":"ssl_error","status_checked_at":"2026-01-16T22:50:10.344Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["dns","dynamic-dns-client","openbsd"],"created_at":"2025-11-14T17:00:32.697Z","updated_at":"2026-01-16T23:24:21.859Z","avatar_url":"https://github.com/mario-campos.png","language":"C","funding_links":[],"categories":["Third Party repositories"],"sub_categories":["Related projects","Interviews with OpenBSD developers"],"readme":"# dyndnsd [![C/C++ CI](https://github.com/mario-campos/dyndnsd/actions/workflows/c.yml/badge.svg)](https://github.com/mario-campos/dyndnsd/actions/workflows/c.yml)\ndyndnsd is a Dynamic-DNS daemon for OpenBSD. It is minimal, lightweight, intuitive, and generic/extensible enough to support any Dynamic-DNS provider.\n\n## Example\n\nFirst, create the configuration file, */etc/dyndnsd.conf*:\n\n```\nrun \"curl https://www.duckdns.org/update?domains=${DYNDNSD_FQDN}\u0026token=sometoken\u0026ip=${DYNDNSD_IPADDR}\"\n\ninterface em0 {\n\tdomain www.example.com\n}\n\ninterface em1 {\n\tdomain ftp.example.com\n}\n```\n\nTest the configuration file:\n\n```shell\n$ dyndnsd -n\n$\n```\n\nThen, start the daemon:\n\n```shell\n$ dyndnsd\n$\n```\n\n## Build\n\ndyndnsd has no external dependencies\u0026mdash;it's only dependency is libevent, but that's included in OpenBSD base\u0026mdash;on so compiling dyndnsd is straightforward:\n\n```shell\nmake\n```\n\n## TODO\n\n### Features\n\n- [x] route(4)\n- [x] kqueue(2)\n- [x] pledge(2)\n- [x] drop privilege\n\n### Code Quality\n\n- [ ] Fuzz Testing\n- [x] Valgrind\n- [x] cppcheck\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmario-campos%2Fdyndnsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmario-campos%2Fdyndnsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmario-campos%2Fdyndnsd/lists"}