luci-app-mosdns: add follow-up process for fallback logic

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-12-01 16:55:02 +08:00
parent 510e0ccebd
commit dde0c9557c
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-mosdns PKG_NAME:=luci-app-mosdns
PKG_VERSION:=1.6.6 PKG_VERSION:=1.6.7
PKG_RELEASE:=1 PKG_RELEASE:=1
LUCI_TITLE:=LuCI Support for mosdns LUCI_TITLE:=LuCI Support for mosdns

View File

@ -653,6 +653,9 @@ generate_config() {
json_add_object json_add_object
json_add_string "exec" "\$fallback" json_add_string "exec" "\$fallback"
json_close_object json_close_object
json_add_object
json_add_string "exec" "jump has_resp_sequence"
json_close_object
json_close_array json_close_array
json_close_object json_close_object
# plugin: udp_server # plugin: udp_server