From fb2121084b0748dd858100d6bf89ebf33ffebaed Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 28 Jun 2021 14:23:24 +0800 Subject: 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 --- net/dnsproxy/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 net/dnsproxy/test.sh (limited to 'net/dnsproxy/test.sh') 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" -- cgit v1.2.3