Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technitiumsoftware/net.dnsclient
DNS Client Web App hosted on https://dnsclient.net/
https://github.com/technitiumsoftware/net.dnsclient
cross-platform dns dns-client dns-over-https dns-over-quic dns-over-tls domain-lookups dotnet
Last synced: 6 days ago
JSON representation
DNS Client Web App hosted on https://dnsclient.net/
- Host: GitHub
- URL: https://github.com/technitiumsoftware/net.dnsclient
- Owner: TechnitiumSoftware
- License: gpl-3.0
- Created: 2017-09-12T16:06:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T14:44:18.000Z (28 days ago)
- Last Synced: 2024-11-06T19:41:19.957Z (9 days ago)
- Topics: cross-platform, dns, dns-client, dns-over-https, dns-over-quic, dns-over-tls, domain-lookups, dotnet
- Language: HTML
- Homepage:
- Size: 1.02 MB
- Stars: 55
- Watchers: 8
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS Client
DNS Client is an ASP.NET Core web application hosted on https://dnsclient.net/. It can also be downloaded as a portable web app and run locally.# Features
- Standalone portable web app available for Windows, Linux and macOS.
- Allows querying any DNS server.
- Supports DNSSEC validation with RSA and ECDSA algorithm for all DNS transport protocols.
- Supports DNS-over-HTTPS, DNS-over-TLS, and DNS-over-QUIC protocols.
- Built-in recursive resolver module to automatically query authoritative name servers.
- Supports IPv6.
- Supports HTTP REST API that returns JSON response.
- Open source cross-platform .NET implementation hosted on GitHub.# System Requirements
- Requires [ASP.NET Core 8](https://dotnet.microsoft.com/download) installed.
- Windows, Linux and macOS supported.
- Web app interface works with any modern web browser like Chrome, FireFox or Edge.# Download
- [DnsClientPortable.tar.gz](https://go.technitium.com/?id=26)# Usage Instructions
- Install [ASP.NET Core 8](https://dotnet.microsoft.com/download) runtime.
- Extract the downloaded DNS Client tar archive.
- Run start.bat on Windows or start.sh on Linux to start the web app.
- Open http://localhost:8001/ in any web browser to use the web app.
- Edit the *appsettings.json* file for changing advance options like enabling IPv6 preference.# Docker
Pull 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.# Support
For support, send an email to [email protected]. For any issues, feedback, or feature request, create an issue on [GitHub](https://github.com/TechnitiumSoftware/net.dnsclient/issues).# Become A Patron
Make contribution to Technitium and help making new software, updates, and features possible.[Donate Now!](https://www.patreon.com/technitium)