diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-06-28 14:23:24 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2021-07-15 21:15:24 +0800 |
commit | fb2121084b0748dd858100d6bf89ebf33ffebaed (patch) | |
tree | 7b9c898a534ac83ec75bbc137d23a565f8ed6a6c /net/dnsproxy/test.sh | |
parent | efc8bc28ab434eed9ca29d8128f767d80ff98323 (diff) |
dnsproxy: add new package
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>
Diffstat (limited to 'net/dnsproxy/test.sh')
-rw-r--r-- | net/dnsproxy/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dnsproxy/test.sh b/net/dnsproxy/test.sh new file mode 100644 index 000000000..60e06a25d --- /dev/null +++ b/net/dnsproxy/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +dnsproxy --version | grep "$PKG_VERSION" |