diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-08-03 02:46:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 02:46:33 -0700 |
commit | ee1bf573ec94eb23f99c4c5edcd86e53e0300719 (patch) | |
tree | 03b9625b4dec4748f742ddde8e0e129a9f6139d0 /applications/luci-app-https-dns-proxy/Makefile | |
parent | ee2cae707e694e6d56d25e49540fed2a9e825f24 (diff) | |
parent | d5f80ac6e8669d3c52d92e9b33ebd4cb6627a41e (diff) |
Merge pull request #7224 from Hekkfern/update-mullvad-provider
luci-app-https-dns-proxy: Mullvad URL update
Diffstat (limited to 'applications/luci-app-https-dns-proxy/Makefile')
-rw-r--r-- | applications/luci-app-https-dns-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index 9ca8811899..8bc5263ad3 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-https-dns-proxy PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=2023.11.19 -PKG_RELEASE:=4 +PKG_VERSION:=2023.12.26 +PKG_RELEASE:=1 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/ |