{"id":13493407,"url":"https://github.com/angristan/local-dns-resolver","last_synced_at":"2025-03-28T11:32:43.266Z","repository":{"id":153244739,"uuid":"38484521","full_name":"angristan/local-dns-resolver","owner":"angristan","description":"Script to install a local Unbound DNS resolver on your Linux machine with DNSSEC support","archived":true,"fork":false,"pushed_at":"2019-07-01T13:09:37.000Z","size":83,"stargazers_count":78,"open_issues_count":3,"forks_count":41,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-24T19:55:43.444Z","etag":null,"topics":["arch-linux","centos","debian","dns","dns-resolver","dnssec","fedora","linux","ubuntu","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/angristan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"angristan","liberapay":"angristan","ko_fi":"angristan"}},"created_at":"2015-07-03T09:26:08.000Z","updated_at":"2024-03-31T03:00:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"16611230-f6ca-4c83-8261-f2b869cedfd6","html_url":"https://github.com/angristan/local-dns-resolver","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/angristan%2Flocal-dns-resolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Flocal-dns-resolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Flocal-dns-resolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Flocal-dns-resolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angristan","download_url":"https://codeload.github.com/angristan/local-dns-resolver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246021408,"owners_count":20710932,"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":["arch-linux","centos","debian","dns","dns-resolver","dnssec","fedora","linux","ubuntu","unbound"],"created_at":"2024-07-31T19:01:14.898Z","updated_at":"2025-03-28T11:32:43.260Z","avatar_url":"https://github.com/angristan.png","language":"Shell","funding_links":["https://patreon.com/angristan","https://liberapay.com/angristan","https://ko-fi.com/angristan"],"categories":["Shell"],"sub_categories":[],"readme":"# Local DNS resolver installer for Linux\n\nThis script will install a local **Unbound** DNS resolver with **DNSSEC** support on your GNU/Linux computer/server, that will directly communicate with the root servers. This ensures speed, neutrality and no dependance on any third-party server (like your ISP's).\n\nThe resolver is \"local\" because Unbound will only listen on localhost and accept requests from localhost.\n\n## Support\n\nThe script is designed to work on the following OS:\n\n* Debian 8+\n* Ubuntu 14+\n* CentOS 7\n* Fedora 25+\n* Arch Linux\n\nBe sure to uninstall BIND or any other DNS services on your machine before running the script, otherwise Ubound won't be able to start.\n\n## Usage\n\nFirst, download the script and make it executable:\n\n```\nwget https://raw.githubusercontent.com/Angristan/Local-DNS-resolver/master/unbound-install.sh\nchmod +x unbound-install.sh\n```\n\nThen run it as root:\n```\nsudo ./unbound-install.sh\n```\n\nEnjoy!\n\n## Change DNS resolver\n\nLater, if you want to edit `/etc/resolv.conf`, run this command to allow modifications :\n\n`chattr -i /etc/resolv.conf` (`+i` to disallow again)\n\n## Check DNSSEC\n\nDNSSEC should be enabled. To check if Unbound verifies DNSSEC signatures, run:\n\n```\ndig www.dnssec-failed.org | grep status\n```\nWhich should return `status: SERVFAIL` as the signature for this domain is broken.\n\n## Check for DNS leaks\n\nGo to [dnsleaktest.com](https://dnsleaktest.com/) or [ipleak.net](https://ipleak.net/) with your browser. Only your IP should show up, or the one from your VPN provider.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangristan%2Flocal-dns-resolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangristan%2Flocal-dns-resolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangristan%2Flocal-dns-resolver/lists"}