{"id":15508536,"url":"https://github.com/vincejv/unbound-docker","last_synced_at":"2025-04-23T02:23:31.062Z","repository":{"id":199310724,"uuid":"702609361","full_name":"vincejv/unbound-docker","owner":"vincejv","description":"Unbound docker image for amd64 and arm64","archived":false,"fork":false,"pushed_at":"2025-04-11T17:12:37.000Z","size":233,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T18:28:42.195Z","etag":null,"topics":["amd64","arm","arm64","dns","docker","openwrt","unbound"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/vincejv.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":"2023-10-09T16:31:14.000Z","updated_at":"2024-12-25T02:55:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3f3b4c2-e762-4697-92d2-6295e188b517","html_url":"https://github.com/vincejv/unbound-docker","commit_stats":null,"previous_names":["vincejv/unbound-docker"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincejv%2Funbound-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincejv%2Funbound-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincejv%2Funbound-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincejv%2Funbound-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincejv","download_url":"https://codeload.github.com/vincejv/unbound-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250355329,"owners_count":21416889,"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":["amd64","arm","arm64","dns","docker","openwrt","unbound"],"created_at":"2024-10-02T09:39:05.326Z","updated_at":"2025-04-23T02:23:31.039Z","avatar_url":"https://github.com/vincejv.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unbound DNS Server Docker Image\r\n\r\nA fork of https://github.com/MatthewVance/unbound-docker, with customized features\r\n\r\n* Compatible with recursive mode, use the sample config in `sample` folder\r\n* `remote-control` can be toggled on/off by mounting a custom config file on `/opt/unbound/etc/unbound/unbound.conf.d`\r\n* Still keeps the autoconfiguration of `rrset`, `msg-cache` and `slabs` from [MatthewVance's docker image](https://github.com/MatthewVance/unbound-docker)\r\n* Compatible with OpenWRT's cgroups, `/sys/fs/cgroup/memory.max`\r\n\r\n## Supported tags and respective `Dockerfile` links\r\n- [`latest` (*Dockerfile*)](https://github.com/vincejv/unbound-docker/tree/main)\r\n\r\n## What is Unbound?\r\n\r\nUnbound is a validating, recursive, and caching DNS resolver.\r\n\u003e [unbound.net](https://unbound.net/)\r\n\r\n## How to use this image\r\n\r\n### Standard usage\r\n\r\nRun this container with the following command:\r\n\r\n```console\r\ndocker run \\\r\n--name=my-unbound \\\r\n--detach=true \\\r\n--publish=53:53/tcp \\\r\n--publish=53:53/udp \\\r\n--restart=unless-stopped \\\r\nvincejv/unbound:latest\r\n```\r\n\r\n### Docker Compose\r\nGrab the sample `docker-compose.yml` file in `sample` directory\r\n```yml\r\nversion: '3'\r\nservices:\r\n  unbound:\r\n    container_name: unbound\r\n    image: vincejv/unbound:latest\r\n    network_mode: host\r\n    volumes:\r\n      - type: bind\r\n        read_only: true\r\n        source: ./conf\r\n        target: /opt/unbound/etc/unbound/unbound.conf.d\r\n      - type: bind\r\n        read_only: true\r\n        source: ./forward-records.conf\r\n        target: /opt/unbound/etc/unbound/forward-records.conf\r\n      - type: bind\r\n        read_only: true\r\n        source: ./local-zone.conf\r\n        target: /opt/unbound/etc/unbound/a-records.conf\r\n    restart: unless-stopped\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincejv%2Funbound-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincejv%2Funbound-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincejv%2Funbound-docker/lists"}