diff options
-rw-r--r-- | network/dnsproxy-bin/config.yaml.dist | 20 | ||||
-rw-r--r-- | network/dnsproxy-bin/dnsproxy-bin.SlackBuild | 2 | ||||
-rw-r--r-- | network/dnsproxy-bin/dnsproxy-bin.info | 14 |
3 files changed, 28 insertions, 8 deletions
diff --git a/network/dnsproxy-bin/config.yaml.dist b/network/dnsproxy-bin/config.yaml.dist new file mode 100644 index 0000000000..640a15527c --- /dev/null +++ b/network/dnsproxy-bin/config.yaml.dist @@ -0,0 +1,20 @@ +# This is the yaml configuration file for dnsproxy with minimal working +# configuration, all the options available can be seen with ./dnsproxy --help. +# To use it within dnsproxy specify the --config-path=/<path-to-config.yaml> +# option. Any other command-line options specified will override the values +# from the config file. +--- +bootstrap: + - "8.8.8.8:53" +listen-addrs: + - "0.0.0.0" +listen-ports: + - 53 +max-go-routines: 0 +ratelimit: 0 +ratelimit-subnet-len-ipv4: 24 +ratelimit-subnet-len-ipv6: 64 +udp-buf-size: 0 +upstream: + - "1.1.1.1:53" +timeout: '10s' diff --git a/network/dnsproxy-bin/dnsproxy-bin.SlackBuild b/network/dnsproxy-bin/dnsproxy-bin.SlackBuild index 0ac5cc4481..a579ddca70 100644 --- a/network/dnsproxy-bin/dnsproxy-bin.SlackBuild +++ b/network/dnsproxy-bin/dnsproxy-bin.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dnsproxy-bin -VERSION=${VERSION:-0.75.2} +VERSION=${VERSION:-0.75.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/dnsproxy-bin/dnsproxy-bin.info b/network/dnsproxy-bin/dnsproxy-bin.info index 5ec59e911d..51e4369833 100644 --- a/network/dnsproxy-bin/dnsproxy-bin.info +++ b/network/dnsproxy-bin/dnsproxy-bin.info @@ -1,13 +1,13 @@ PRGNAM="dnsproxy-bin" -VERSION="0.75.2" +VERSION="0.75.3" HOMEPAGE="https://github.com/AdguardTeam/dnsproxy" -DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.2/dnsproxy-linux-386-v0.75.2.tar.gz \ - https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.2/config.yaml.dist" -MD5SUM="ce0325374211207c39f4ea3f7108b072 \ +DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.3/dnsproxy-linux-386-v0.75.3.tar.gz \ + https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.3/config.yaml.dist" +MD5SUM="bea7edd1a4faf4e8687db54513aad63f \ 5a8aaaacbc3aeb1af4aac34233f2d14b" -DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.2/dnsproxy-linux-amd64-v0.75.2.tar.gz \ - https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.2/config.yaml.dist" -MD5SUM_x86_64="6ada17e03f791e8875dff060181aa630 \ +DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.3/dnsproxy-linux-amd64-v0.75.3.tar.gz \ + https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.3/config.yaml.dist" +MD5SUM_x86_64="60381d146a9bd4b000afab32a15dd302 \ 5a8aaaacbc3aeb1af4aac34233f2d14b" REQUIRES="" MAINTAINER="fourtysixandtwo" |