mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 01:22:13 +00:00
49ecba18df
A simple command line utility to make DNS lookups. Supports all known DNS protocols: plain DNS, DoH, DoT, DoQ, DNSCrypt. For documents, see https://github.com/ameshkov/dnslookup. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 lines
53 B
Bash
4 lines
53 B
Bash
#!/bin/sh
|
|
|
|
dnslookup --version | grep "$PKG_VERSION"
|