From dde0c9557cb5022216b749ebdf24ae67f97c09c1 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 1 Dec 2024 16:55:02 +0800 Subject: [PATCH] luci-app-mosdns: add follow-up process for fallback logic Signed-off-by: sbwml --- luci-app-mosdns/Makefile | 2 +- luci-app-mosdns/root/etc/init.d/mosdns | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/luci-app-mosdns/Makefile b/luci-app-mosdns/Makefile index 593bf03..ed624de 100644 --- a/luci-app-mosdns/Makefile +++ b/luci-app-mosdns/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-mosdns -PKG_VERSION:=1.6.6 +PKG_VERSION:=1.6.7 PKG_RELEASE:=1 LUCI_TITLE:=LuCI Support for mosdns diff --git a/luci-app-mosdns/root/etc/init.d/mosdns b/luci-app-mosdns/root/etc/init.d/mosdns index afc0729..402c618 100755 --- a/luci-app-mosdns/root/etc/init.d/mosdns +++ b/luci-app-mosdns/root/etc/init.d/mosdns @@ -653,6 +653,9 @@ generate_config() { json_add_object json_add_string "exec" "\$fallback" json_close_object + json_add_object + json_add_string "exec" "jump has_resp_sequence" + json_close_object json_close_array json_close_object # plugin: udp_server