{"id":24088005,"url":"https://github.com/konsultaner/ddnslight","last_synced_at":"2026-05-12T21:01:44.646Z","repository":{"id":150633811,"uuid":"12778072","full_name":"konsultaner/DDnsLight","owner":"konsultaner","description":"A very light weight dynamic dns based on php header location. It can also update a dyndns.org account","archived":false,"fork":false,"pushed_at":"2013-09-12T08:21:42.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-21T21:22:00.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/konsultaner.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":"2013-09-12T07:50:38.000Z","updated_at":"2016-08-19T20:32:58.000Z","dependencies_parsed_at":"2023-04-04T08:47:13.073Z","dependency_job_id":null,"html_url":"https://github.com/konsultaner/DDnsLight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/konsultaner/DDnsLight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsultaner%2FDDnsLight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsultaner%2FDDnsLight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsultaner%2FDDnsLight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsultaner%2FDDnsLight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konsultaner","download_url":"https://codeload.github.com/konsultaner/DDnsLight/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsultaner%2FDDnsLight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32956830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"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":[],"created_at":"2025-01-10T03:56:52.952Z","updated_at":"2026-05-12T21:01:44.629Z","avatar_url":"https://github.com/konsultaner.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DDnsLight #\nThis is a little class that allows you to use a webserver to be a dynamic dns server.\n\n## Installation ##\nCreate a index.php in a folder you want to use for the update process like '/dns'. Copy the class to the folder and edit the index.php like\n\n    \u003c?php\n    include_once(\"DDnsLight.php\");\n\n    $dns = new DDnsLight();\n    $dns-\u003erun();\n\nThe first time you run the script, it will create a folder \"storage\" including a \"dns.ini.php\" and a \".htaccess\" file. Open the ini.php file and set a password. The password will be used to authorize the update-ip process.\n\nThe second time you call the script, it will do what it was written for.\n\n## Call the dynamic ip ##\nFor simple website applications it will use the location header to redirect to a dynamic ip. To do so you need to call the site like\n\n    http://my-static-site.com/?/\n    http://my-static-site.com/?/a/deep/link\n\nto simply receive the current dynamic ip, simply call\n\n    http://my-static-site.com/\n\nthis can be used for other scripts that redirect other services\n\n## Config to update dyndns as well ##\n\nThe class has some constants. You should only change the following to make the script also update your dyndns account\n\n    const DYN_DNS_ACCOUNT_UPDATE = FALSE;\n    const DYN_DNS_ACCOUNT_USER = \"\";\n    const DYN_DNS_ACCOUNT_PASSWORD = \"\";\n    const DYN_DNS_ACCOUNT_HOST = \"\";\n\n## Licence ##\n\nUse the script as you like on your own risk.\n\nThe script originally came from [here](http://www.axelteichmann.de/DynamicDNS/index-DynDNS-mit-Fritzbox.php).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsultaner%2Fddnslight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonsultaner%2Fddnslight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsultaner%2Fddnslight/lists"}