This website requires JavaScript.
Explore
Help
Sign In
aixiao
/
denyhosts
Watch
1
Star
0
Fork
0
You've already forked denyhosts
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
bd6793499f
denyhosts
/
ip2region
/
ip2region.h
9 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
增加ip2region离线IP地址定位库,测试阶段未使用
2023-01-10 12:54:53 +08:00
#
ifndef IP2REGION_H
#
define IP2REGION_H
使用 ip2region 地址定位库判断Ip地域
2023-01-30 15:55:22 +08:00
char
*
ip2region
(
char
*
xdb_file
,
char
*
ip
)
;
增加ip2region离线IP地址定位库,测试阶段未使用
2023-01-10 12:54:53 +08:00
#
endif
Reference in New Issue
Copy Permalink