{"id":16883406,"url":"https://github.com/hardillb/dns-to-mdns","last_synced_at":"2025-04-11T11:51:48.226Z","repository":{"id":50350296,"uuid":"298987816","full_name":"hardillb/dns-to-mdns","owner":"hardillb","description":"Bridging normal DNS to mDNS","archived":false,"fork":false,"pushed_at":"2022-07-28T12:06:04.000Z","size":16,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T08:11:17.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardillb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["hardillb"]}},"created_at":"2020-09-27T08:32:02.000Z","updated_at":"2024-03-09T14:03:50.000Z","dependencies_parsed_at":"2022-09-22T01:51:42.193Z","dependency_job_id":null,"html_url":"https://github.com/hardillb/dns-to-mdns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fdns-to-mdns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fdns-to-mdns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fdns-to-mdns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fdns-to-mdns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardillb","download_url":"https://codeload.github.com/hardillb/dns-to-mdns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248390540,"owners_count":21095821,"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":[],"created_at":"2024-10-13T16:11:35.856Z","updated_at":"2025-04-11T11:51:48.200Z","avatar_url":"https://github.com/hardillb.png","language":"JavaScript","funding_links":["https://github.com/sponsors/hardillb"],"categories":[],"sub_categories":[],"readme":"# dns-to-mdns\n\nA proxy to convert normal DNS requests to mDNS requests on the local LAN while forwarding other requests upstream.\n\n## Running\n\nYou need to pass the upstream DNS IP address on the command line\n\n```\n$ node index.js 8.8.8.8\n```\n\nTo allow running as a normal user and still binding to port 53 run the following.\n\n```\n$ sudo setcap CAP_NET_BIND_SERVICE=+eip `which node`\n```\n\nBe aware this will allow ANY nodejs app to bind to system ports.\n\nOtherwise you can change the port that the bridge listens on by exporting the `DNS_PORT` environment variable\n\n```\n$ DNS_PORT=5300 node index.js 8.8.8.8\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fdns-to-mdns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardillb%2Fdns-to-mdns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fdns-to-mdns/lists"}