Skip to content

Commit

Permalink
dnsproxy: Update to 0.73.2
Browse files Browse the repository at this point in the history
Signed-off-by: Milinda Brantini <[email protected]>
  • Loading branch information
p-w-p authored and 1715173329 committed Sep 17, 2024
1 parent c2a28fb commit d0823a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/dnsproxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=dnsproxy
PKG_VERSION:=0.73.1
PKG_RELEASE:=2
PKG_VERSION:=0.73.2
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=189462fe1255b4f58d39d4ea3c1696200fa65596fcb58e1a35c0545ba6b80618
PKG_HASH:=9ab32251344f8353f3d3b02092fff887c30eaa1109839ec632bfe69d9fea25ab

PKG_MAINTAINER:=Tianling Shen <[email protected]>
PKG_LICENSE:=Apache-2.0
Expand Down

1 comment on commit d0823a8

@romanovj
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

init script needs fixes

all-servers is now upstream-mode parallel
fastest_addr is now upstream-mode fastest_addr

 --upstream-mode=             Defines the upstreams logic mode, possible values: load_balance, parallel, fastest_addr (default:
                                   load_balance)

Please sign in to comment.