Browse Source

network/dnsproxy-bin: Updated for version 0.75.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/295/head
fourtysixandtwo 5 months ago
committed by Willy Sudiarto Raharjo
parent
commit
c790ee6d14
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 20
      network/dnsproxy-bin/config.yaml.dist
  2. 2
      network/dnsproxy-bin/dnsproxy-bin.SlackBuild
  3. 14
      network/dnsproxy-bin/dnsproxy-bin.info

20
network/dnsproxy-bin/config.yaml.dist

@ -1,20 +0,0 @@
# 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'

2
network/dnsproxy-bin/dnsproxy-bin.SlackBuild

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dnsproxy-bin
VERSION=${VERSION:-0.75.3}
VERSION=${VERSION:-0.75.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

14
network/dnsproxy-bin/dnsproxy-bin.info

@ -1,13 +1,13 @@
PRGNAM="dnsproxy-bin"
VERSION="0.75.3"
VERSION="0.75.4"
HOMEPAGE="https://github.com/AdguardTeam/dnsproxy"
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 \
DOWNLOAD="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.4/dnsproxy-linux-386-v0.75.4.tar.gz \
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.4/config.yaml.dist"
MD5SUM="7b343e90fd5888bf1e5c77d736111031 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
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 \
DOWNLOAD_x86_64="https://github.com/AdguardTeam/dnsproxy/releases/download/v0.75.4/dnsproxy-linux-amd64-v0.75.4.tar.gz \
https://raw.githubusercontent.com/AdguardTeam/dnsproxy/v0.75.4/config.yaml.dist"
MD5SUM_x86_64="bc2f941e2a4b69017f68fe4790cddaa8 \
5a8aaaacbc3aeb1af4aac34233f2d14b"
REQUIRES=""
MAINTAINER="fourtysixandtwo"

Loading…
Cancel
Save