config: add ignorecase rule types

Signed-off-by: pengzhile <[email protected]>
This commit is contained in:
pengzhile
2021-12-03 18:04:26 +08:00
parent f5fff1e0f4
commit 7057cd3394
9 changed files with 54 additions and 17 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
<groupId>io.zhile.research</groupId>
<artifactId>ja-netfilter</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -47,6 +47,7 @@
<addClasspath>true</addClasspath>
</manifest>
<manifestEntries>
<Built-By>neo</Built-By>
<Premain-Class>io.zhile.research.ja.netfilter.Launcher</Premain-Class>
<Main-Class>io.zhile.research.ja.netfilter.Launcher</Main-Class>
<Can-Redefine-Classes>true</Can-Redefine-Classes>