Skip to content

Commit

Permalink
版本V1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lshw committed Jan 2, 2023
1 parent 00d6992 commit a711a3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dnsmasq_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ uint32_t localnet[]={ /* 内网地址表 */
ipv4_u32(233, 252, 0, 0), ipv4_u32(233, 252, 0, 255), /* 233.252.0.0/24 */
/* ipv4_u32(240, 0, 0, 0), ipv4_u32(255, 255, 255, 255), // 240.0.0.0/4 */
ipv4_u32(255, 255, 255, 255), ipv4_u32(255, 255, 255, 255), /* 255.255.255.255/32 */
}
};
void log_scan();
void ip_rule(const char * dip);
#define PID_SIZE 20
Expand Down
4 changes: 2 additions & 2 deletions openwrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=dnsmasq_route
PKG_VERSION:=0.20221220
PKG_RELEASE:=V1.4
PKG_VERSION:=0.20230101
PKG_RELEASE:=V1.5

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/lshw/dnsmasq_route.git
Expand Down

0 comments on commit a711a3f

Please sign in to comment.