Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,30 @@ IP.java 类仅适用于免费版dat与收费版每周每日版本的dat文件;
IPExt.java 类适用于收费版每日版本的datx文件;
```
区县库代码请查看 https://github.com/17mon/quxianku/

-------------------------------------------------------------
(English Version)
java
====

17mon IP Library Parse Code

## How to use
```java

IP.enableFileWatch = true; // Default value is false. If IP.enableFileWatch equals true, it automatically checks changes of files in IP library and reloads data.

IP.load("IP library's local absolute path");

IP.find("8.8.8.8");//return String array ["GOOGLE","GOOGLE"]

```

IPExt can be used in the same way as IP. IPExt is only used for analyzing .datx files.

##Note:
```java
IP.java is only applicable to Free version of dat, and daily or weekly version dat files in paid version;
IPExt.java is applicable to daily version datx files in paid version;
```
Code for IP district library: https://github.com/17mon/quxianku/