Skip to content

Commit

Permalink
update 2025-02-21 20:25:11
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Feb 21, 2025
1 parent 24918cd commit 53ea31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions luci-app-passwall/luasrc/passwall/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function showMsg_Redirect(redirectUrl, delay)
if (overlay && overlay.parentNode) {
overlay.parentNode.removeChild(overlay);
}
window.location.href = window.location.href;
}
}, delay);
});
Expand Down
4 changes: 2 additions & 2 deletions v2ray-geodata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ define Download/geoip
HASH:=f2f5f03da44d007fa91fb6a37c077c9efae8ad0269ef0e4130cf90b0822873e3
endef

GEOSITE_VER:=20250219031756
GEOSITE_VER:=20250221105919
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
define Download/geosite
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
URL_FILE:=dlc.dat
FILE:=$(GEOSITE_FILE)
HASH:=7fb82385fe16e44b4932d9f9fbd12fa7e146e9e7929a7fb1865bc699c50ef705
HASH:=a5ac9a9d7c4b3311294ceef160156a49051f2e463770dc90eecec913b812aa7d
endef

GEOSITE_IRAN_VER:=202502170036
Expand Down

0 comments on commit 53ea31c

Please sign in to comment.