{"id":19336910,"url":"https://github.com/technitiumsoftware/net.dnsclient","last_synced_at":"2026-03-17T08:35:53.006Z","repository":{"id":38455381,"uuid":"103292735","full_name":"TechnitiumSoftware/net.dnsclient","owner":"TechnitiumSoftware","description":"DNS Client Web App hosted on https://dnsclient.net/","archived":false,"fork":false,"pushed_at":"2025-04-06T11:20:15.000Z","size":974,"stargazers_count":65,"open_issues_count":3,"forks_count":23,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-09T16:12:32.723Z","etag":null,"topics":["cross-platform","dns","dns-client","dns-over-https","dns-over-quic","dns-over-tls","domain-lookups","dotnet"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TechnitiumSoftware.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":"2017-09-12T16:06:01.000Z","updated_at":"2025-04-06T11:20:19.000Z","dependencies_parsed_at":"2024-02-04T18:05:59.647Z","dependency_job_id":"a224dea3-228f-4725-8f3c-65d0f18a1c12","html_url":"https://github.com/TechnitiumSoftware/net.dnsclient","commit_stats":{"total_commits":222,"total_committers":1,"mean_commits":222.0,"dds":0.0,"last_synced_commit":"9a62554adea544b513138ab62cb2cb8e718cdc0e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechnitiumSoftware%2Fnet.dnsclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechnitiumSoftware%2Fnet.dnsclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechnitiumSoftware%2Fnet.dnsclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechnitiumSoftware%2Fnet.dnsclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechnitiumSoftware","download_url":"https://codeload.github.com/TechnitiumSoftware/net.dnsclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065282,"owners_count":21041872,"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":["cross-platform","dns","dns-client","dns-over-https","dns-over-quic","dns-over-tls","domain-lookups","dotnet"],"created_at":"2024-11-10T03:12:51.270Z","updated_at":"2026-03-17T08:35:53.002Z","avatar_url":"https://github.com/TechnitiumSoftware.png","language":"HTML","funding_links":["https://www.patreon.com/technitium"],"categories":[],"sub_categories":[],"readme":"# DNS Client\nDNS Client is an ASP.NET Core web application hosted on https://dnsclient.net/.\n\n# Features\n- Works on Windows, Linux, macOS and Raspberry Pi.\n- Docker image available on [Docker Hub](https://hub.docker.com/r/technitium/dns-client).\n- Web app interface works with any modern web browser like Chrome, FireFox or Edge.\n- Allows querying any DNS server.\n- Supports DNSSEC validation with RSA, ECDSA and EdDSA algorithms for all DNS transport protocols.\n- Supports DNS-over-HTTPS, DNS-over-TLS and DNS-over-QUIC protocols.\n- Built-in recursive resolver to automatically query authoritative name servers.\n- Supports IPv6.\n- Open source cross-platform .NET implementation hosted on GitHub.\n\n# Linux / Raspberry Pi Automated Installer And Updater\n```\ncurl -sSL https://download.technitium.com/dnsclient/install.sh | sudo bash\n```\nRun the above command in Terminal or using SSH to install or update the DNS Client.\n\nNote! Raspberry Pi with an arm7 CPU is supported and thus both Raspberry Pi 1 and Raspberry Pi Zero which have arm6 CPU are not supported.\n\n# Docker\n```\ndocker pull technitium/dns-client:latest\n```\nPull the official image from [Docker Hub](https://hub.docker.com/r/technitium/dns-client). Use the [docker-compose.yml](https://github.com/TechnitiumSoftware/net.dnsclient/blob/master/docker-compose.yml) example to create a new container and edit it as required for your deployments.\n\n# Manual Installation\n\n## System Requirements\n- Requires [ASP.NET Core 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) installed.\n\n## Download\n- [DnsClientPortable.tar.gz](https://go.technitium.com/?id=26)\n\n## Manual Install Instructions\n- Install [ASP.NET Core 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) runtime.\n- Extract the downloaded DNS Client tar archive.\n- Run start.bat on Windows or start.sh on Linux to start the web app.\n- Open http://localhost:8001/ in any web browser to use the web app.\n- Edit the `appsettings.json` file for changing advanced options like enabling IPv6 preference.\n\n# Configuring HTTPS\nTo enable HTTPS or setting specific end points, configure the `appsettings.json` file as described in the [documentation](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-9.0#configure-https-in-appsettingsjson).\n\n# Support\nFor support, send an email to support@technitium.com. For any issues, feedback, or feature request, create an issue on [GitHub](https://github.com/TechnitiumSoftware/net.dnsclient/issues).\n\n# Become A Patron\nMake contribution to Technitium and help making new software, updates, and features possible.\n\n[Donate Now!](https://www.patreon.com/technitium)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnitiumsoftware%2Fnet.dnsclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnitiumsoftware%2Fnet.dnsclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnitiumsoftware%2Fnet.dnsclient/lists"}