Skip to content

Commit

Permalink
update 2024-09-05 20:23:09
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Sep 5, 2024
1 parent d0ab95b commit 2bc9d94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion luci-app-passwall/root/usr/share/passwall/iptables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ add_firewall_rule() {

# 过滤所有节点IP
filter_vpsip > /dev/null 2>&1 &
filter_haproxy > /dev/null 2>&1 &
# filter_haproxy > /dev/null 2>&1 &

accept_icmp=$(config_t_get global_forwarding accept_icmp 0)
accept_icmpv6=$(config_t_get global_forwarding accept_icmpv6 0)
Expand Down
2 changes: 1 addition & 1 deletion luci-app-passwall/root/usr/share/passwall/nftables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ add_firewall_rule() {

# 过滤所有节点IP
filter_vpsip > /dev/null 2>&1 &
filter_haproxy > /dev/null 2>&1 &
# filter_haproxy > /dev/null 2>&1 &
# Prevent some conditions
filter_vps_addr $(config_n_get $TCP_NODE address) $(config_n_get $UDP_NODE address) > /dev/null 2>&1 &

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:=944465ad5f3a3cccebf2930624f528cae3ca054f69295979cf4c4e002a575e90
endef

GEOSITE_VER:=20240903080831
GEOSITE_VER:=20240905081929
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:=6a6a39a121a59efaf6bb7a3dd304266df0b4f8b470a84fc9614299f228ff4c2a
HASH:=a5bcc1c67fade6d63a6b8f23b8ad952e9dae80ad208d8522f0b6d719cce24262
endef

GEOSITE_IRAN_VER:=202409020032
Expand Down

0 comments on commit 2bc9d94

Please sign in to comment.