{"id":19419537,"url":"https://github.com/eexit/dnsmasq","last_synced_at":"2026-04-16T00:31:16.328Z","repository":{"id":136624517,"uuid":"70198717","full_name":"eexit/dnsmasq","owner":"eexit","description":"Dockerized dnsmasq","archived":false,"fork":false,"pushed_at":"2022-01-13T20:32:31.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-25T03:44:22.073Z","etag":null,"topics":["dns","dnsmasq","docker","docker-image"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eexit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-06T22:39:40.000Z","updated_at":"2022-01-13T19:56:19.000Z","dependencies_parsed_at":"2024-07-08T06:03:45.422Z","dependency_job_id":null,"html_url":"https://github.com/eexit/dnsmasq","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eexit/dnsmasq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Fdnsmasq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Fdnsmasq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Fdnsmasq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Fdnsmasq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eexit","download_url":"https://codeload.github.com/eexit/dnsmasq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Fdnsmasq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["dns","dnsmasq","docker","docker-image"],"created_at":"2024-11-10T13:18:08.774Z","updated_at":"2026-04-16T00:31:16.295Z","avatar_url":"https://github.com/eexit.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dnsmasq [![DockerHub](https://img.shields.io/badge/docker-hub-brightgreen.svg?style=flat)](https://hub.docker.com/r/eexit/dnsmasq)\n\nRun [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) as a persistent Docker container.  \nShamelessly copied from my co-worker @sakai135.\n\n## Quick start\n\n    $ docker-compose up -d\n    $ sudo mkdir /etc/resolver\n    $ echo \"nameserver 127.0.0.1\" | sudo tee /etc/resolver/test\n\nOnce you did that, the container will start automatically with the Docker daemon so you won't have to take care of it anymore.\n\nTest:\n\n    $ dig foo-bar.test @127.0.0.1\n    ; \u003c\u003c\u003e\u003e DiG 9.8.3-P1 \u003c\u003c\u003e\u003e foo-bar.test @127.0.0.1\n    ;; global options: +cmd\n    ;; Got answer:\n    ;; -\u003e\u003eHEADER\u003c\u003c- opcode: QUERY, status: NOERROR, id: 55047\n    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0\n\n    ;; QUESTION SECTION:\n    ;foo-bar.test.           IN  A\n\n    ;; ANSWER SECTION:\n    foo-bar.test.        0   IN  A   127.0.0.1\n\n    ;; Query time: 1 msec\n    ;; SERVER: 127.0.0.1#53(127.0.0.1)\n    ;; WHEN: Fri Oct  7 00:46:02 2016\n    ;; MSG SIZE  rcvd: 45\n\nIf you need to resolve other TLD (e.g. `.local`):\n\n    $ echo \"nameserver 127.0.0.1\" | sudo tee /etc/resolver/local\n\nIf you don't use docker-compose:\n\n    $ docker run --name=dnsmasq --restart=always -d -p 0.0.0.0:53:53 -p 0.0.0.0:53:53/udp eexit/dnsmasq:1.0.0 --address=/test/127.0.0.1\n\n## Resources\n\n- [dnsmasq doc](http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html)\n- [Using Dnsmasq for local development on OS X](https://passingcuriosity.com/2013/dnsmasq-dev-osx/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feexit%2Fdnsmasq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feexit%2Fdnsmasq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feexit%2Fdnsmasq/lists"}