All Projects → natesales → q

natesales / q

Licence: GPL-3.0 License
A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to q

dns-resolver-infra
Privacy DNS infrastructure
Stars: ✭ 39 (-91.39%)
Mutual labels:  dns-over-https, doh, dns-over-tls
AdGuardHome
Network-wide ads & trackers blocking DNS server
Stars: ✭ 16,027 (+3437.97%)
Mutual labels:  dns-over-https, dns-over-tls, dns-over-quic
dnscrypt-proxy
dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.
Stars: ✭ 9,198 (+1930.46%)
Mutual labels:  dns-over-https, doh, oblivious-dns-over-https
aiodns
A All-In-One DNS Solution written in Go
Stars: ✭ 23 (-94.92%)
Mutual labels:  dns-over-https, dns-over-tls, dns-over-quic
Smartdns
A local DNS server to obtain the fastest website IP for the best Internet experience, 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验。
Stars: ✭ 4,333 (+856.51%)
Mutual labels:  dns-over-https, doh, dns-over-tls
dnsredir
Yet another seems better forward/proxy plugin for CoreDNS
Stars: ✭ 58 (-87.2%)
Mutual labels:  dns-over-https, doh, dns-over-tls
ansible-cloudflared
Install cloudflared and systemd service for DNS-Over-HTTPS
Stars: ✭ 18 (-96.03%)
Mutual labels:  dns-over-https, doh
go-doh-client
A DNS over HTTPS client implementation written in Go
Stars: ✭ 45 (-90.07%)
Mutual labels:  dns-over-https, doh
dohjs
DNS over HTTPS client for use in the browser
Stars: ✭ 71 (-84.33%)
Mutual labels:  dns-over-https, doh
DNS-over-Discord
A 1.1.1.1 DNS resolver built for Discord
Stars: ✭ 228 (-49.67%)
Mutual labels:  dns-over-https, doh
harddns
RFC8484 and DoH/JSON resolver
Stars: ✭ 35 (-92.27%)
Mutual labels:  dns-over-https, doh
doh-server
Fast, mature, secure DoH and ODoH server proxy written in Rust. Previously known as doh-proxy and rust-doh.
Stars: ✭ 526 (+16.11%)
Mutual labels:  doh, oblivious-dns-over-https
Dnspython
a powerful DNS toolkit for python
Stars: ✭ 1,838 (+305.74%)
Mutual labels:  dns-over-https, dns-over-tls
powerdns
PowerDNS dnsdist, recursor, authoritative, and admin interface. Supports DNSCrypt, DoH, and DoT.
Stars: ✭ 35 (-92.27%)
Mutual labels:  dns-over-https, dns-over-tls
luci-app-dnscrypt-proxy2
LuCI support for dnscrypt-proxy version2 https://github.com/DNSCrypt/dnscrypt-proxy
Stars: ✭ 25 (-94.48%)
Mutual labels:  dns-over-https, doh
mosdns-cn
A simple DNS forwarder that can make life easier.
Stars: ✭ 254 (-43.93%)
Mutual labels:  dns-over-https, dns-over-tls
bebasdns
Membantumu berselancar dengan aman dan tidak terbatas!.
Stars: ✭ 56 (-87.64%)
Mutual labels:  dns-over-https, dns-over-tls
dns.sb
https://dns.sb/
Stars: ✭ 32 (-92.94%)
Mutual labels:  dns-over-https, dns-over-tls
dns-server-setup
Ansible playbook to easily deploy new, fully configured, DNS servers.
Stars: ✭ 48 (-89.4%)
Mutual labels:  dns-over-https, dns-over-tls
DNS-over-HTTPS
An implementation of RFC 8484 - DNS Queries over HTTPS (DoH).
Stars: ✭ 27 (-94.04%)
Mutual labels:  dns-over-https, doh

q

A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ, and ODoH.

Release Coverage Go Report License

q screenshot

Usage

Usage:
  q [OPTIONS] [@server] [type...] [name]

All long form (--) flags can be toggled with the dig-standard +[no]flag notation.

Application Options:
  -q, --qname=             Query name
  -s, --server=            DNS server
  -t, --type=              RR type
  -x, --reverse            Reverse lookup
  -d, --dnssec             Set the DO (DNSSEC OK) bit in the OPT record
  -n, --nsid               Set EDNS0 NSID opt
      --subnet=            Set EDNS0 client subnet
  -f, --format=            Output format (pretty, json, raw) (default: pretty)
  -c, --chaos              Use CHAOS query class
  -p, --odoh-proxy=        ODoH proxy
      --timeout=           Query timeout in seconds (default: 10)
      --pad                Set EDNS0 padding
      --aa                 Set AA (Authoritative Answer) flag in query
      --ad                 Set AD (Authentic Data) flag in query
      --cd                 Set CD (Checking Disabled) flag in query
      --rd                 Set RD (Recursion Desired) flag in query
      --ra                 Set RA (Recursion Available) flag in query
      --z                  Set Z (Zero) flag in query
  -i, --tls-no-verify      Disable TLS certificate verification
      --tls-min-version=   Minimum TLS version to use (default: 1.0)
      --tls-max-version=   Maximum TLS version to use (default: 1.3)
      --http-user-agent=   HTTP user agent
      --http-method=       HTTP method (default: GET)
      --quic-alpn-tokens=  QUIC ALPN tokens (default: doq, doq-i11)
      --quic-keep-alive    QUIC keep-alive
      --quic-no-pmtud      Disable QUIC PMTU discovery
      --quic-dial-timeout= QUIC dial timeout (default: 10)
      --quic-idle-timeout= QUIC stream open timeout (default: 10)
      --handshake-timeout= Handshake timeout (default: 10)
      --udp-buffer=        Set EDNS0 UDP size in query (default: 4096)
  -v, --verbose            Show verbose log messages
  -V, --version            Show version and exit

Help Options:
  -h, --help               Show this help message

Demo

asciicast

Protocol Support

Installation

q is available from my public package repositories, as a binary from releases, from the AUR as q-dns-git, or from source with git clone https://github.com/natesales/q && cd q && go build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].