mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 00:00:55 +00:00
A simple DNS proxy server that supports all existing DNS protocols including DNS-over-TLS, DNS-over-HTTPS, DNSCrypt, and DNS-over-QUIC. Moreover, it can work as a DNS-over-HTTPS, DNS-over-TLS or DNS-over-QUIC server. For documents, see https://github.com/AdguardTeam/dnsproxy. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 lines
52 B
Bash
4 lines
52 B
Bash
#!/bin/sh
|
|
|
|
dnsproxy --version | grep "$PKG_VERSION"
|