{"id":13609853,"url":"https://github.com/lopsided98/dnsupdate","last_synced_at":"2025-04-12T22:31:59.794Z","repository":{"id":57423139,"uuid":"76140298","full_name":"lopsided98/dnsupdate","owner":"lopsided98","description":"The last dynamic DNS client you'll ever need","archived":false,"fork":false,"pushed_at":"2024-04-13T22:37:38.000Z","size":110,"stargazers_count":47,"open_issues_count":2,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-13T16:42:52.524Z","etag":null,"topics":["dynamic-dns","python","yaml"],"latest_commit_sha":null,"homepage":"","language":"Python","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/lopsided98.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-12-10T22:07:37.000Z","updated_at":"2025-01-31T18:24:15.000Z","dependencies_parsed_at":"2024-01-19T10:14:04.906Z","dependency_job_id":"cf9659c9-6270-4f47-aeb5-09632813a203","html_url":"https://github.com/lopsided98/dnsupdate","commit_stats":{"total_commits":83,"total_committers":1,"mean_commits":83.0,"dds":0.0,"last_synced_commit":"6e5e926ac22b2f960a8b549014acd7982023809c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopsided98%2Fdnsupdate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopsided98%2Fdnsupdate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopsided98%2Fdnsupdate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopsided98%2Fdnsupdate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lopsided98","download_url":"https://codeload.github.com/lopsided98/dnsupdate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248640766,"owners_count":21138092,"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":["dynamic-dns","python","yaml"],"created_at":"2024-08-01T19:01:38.698Z","updated_at":"2025-04-12T22:31:59.526Z","avatar_url":"https://github.com/lopsided98.png","language":"Python","funding_links":[],"categories":["python","Python"],"sub_categories":[],"readme":"=========\ndnsupdate\n=========\n----------------------------------------\nA modern and flexible dynamic DNS client\n----------------------------------------\n   \n.. image:: https://github.com/lopsided98/dnsupdate/actions/workflows/build.yaml/badge.svg\n    :target: https://github.com/lopsided98/dnsupdate/actions/workflows/build.yaml\n    :alt: Build status\n\n.. image:: https://readthedocs.org/projects/dnsupdate/badge/?version=latest\n    :target: http://dnsupdate.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n                \n\n**dnsupdate** is a dynamic DNS client that has first-class support for IPv6 and\naims to be easily configurable to meet the needs of any situation. Unlike most\nother dynamic DNS clients, **dnsupdate** has been designed from the\nstart to support IPv6 and many different update services. It is written in\nPython and configured using YAML, making it easy to use and extend.\n\nFeatures\n--------\n\n* Built-in support for FreeDNS_, nsupdate.info_, as well as any service that\n  uses the standard `DynDNS protocol`_\n* IPv6 support\n* Simple YAML configuration file\n* Obtain addresses from a web service, router or local interface\n* Only submits an update if the address has changed\n* Respects API return values to avoid abuse bans\n\n.. _FreeDNS: https://freedns.afraid.org/\n.. _nsupdate.info: https://nsupdate.info/\n.. _DynDNS protocol: https://help.dyn.com/remote-access-api/\n\nInstallation\n------------\n\n``pip install dnsupdate``\n\nAlternatively, you can simply download and run\n``dnsupdate.py``.\n\nIt is also `available on the Arch Linux\nAUR \u003chttps://aur.archlinux.org/packages/dnsupdate/\u003e`_.\n\nDependencies\n^^^^^^^^^^^^\n\n- Python ≥3.5\n- requests_\n- PyYAML_\n- `Beautiful Soup`_ (optional, for scraping router pages)\n- netifaces_ (optional, for getting local addresses)\n\n.. _requests: http://docs.python-requests.org/en/master/\n.. _PyYAML: http://pyyaml.org/\n.. _Beautiful Soup: https://www.crummy.com/software/BeautifulSoup/\n.. _netifaces: https://bitbucket.org/al45tair/netifaces\n\nConfiguration\n-------------\n\n**dnsupdate** is configured using a single `YAML file`_.\nThe path to the file can be specified on the command line. If not,\n**dnsupdate** will try to use ``~/.config/dnsupdate.conf`` and\n``/etc/dnsupdate.conf``, in that order.\n\n.. _YAML file: http://yaml.org/\n\nMost users will likely be satisfied with a simple configuration like\nthis:\n\n::\n\n    dns_services:\n        - type: NSUpdate\n          args:\n              hostname: example.nsupdate.info\n              secret_key: 26Yg7wUhxo\n\nMore examples are available in the ``examples/`` directory.\n\nFull documentation is available here: https://dnsupdate.readthedocs.io/\n\nUsage\n-----\n\n::\n\n    usage: dnsupdate [-h] [-f] [-V] [config]\n\n    Dynamic DNS update client\n\n    positional arguments:\n      config              the config file to use\n\n    optional arguments:\n      -h, --help          show this help message and exit\n      -f, --force-update  force an update to occur even if the address has not\n                          changed or a service has been disabled\n      -V, --version       show program's version number and exit\n                          \nDocumentation\n-------------\n\nDocumentation is `available online`_, but it can also be built locally by running:\n\n``python3 setup.py build_docs``\n\n.. _available online: https://dnsupdate.readthedocs.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopsided98%2Fdnsupdate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flopsided98%2Fdnsupdate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopsided98%2Fdnsupdate/lists"}