3 Star 16 Fork 81

ja-netfilter / plugin-url

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
pengzhile 提交于 2022-06-01 10:40 . update link

plugin-url

A plugin for the ja-netfilter, it can block http requests.

Use the mvn clean package command to compile and use url-vX.X.X-jar-with-dependencies.jar file!

Config file: url.conf

[URL]
EQUAL,https://someurl

# EQUAL       Use `equals` to compare
# EQUAL_IC    Use `equals` to compare, ignore case
# KEYWORD     Use `contains` to compare
# KEYWORD_IC  Use `contains` to compare, ignore case
# PREFIX      Use `startsWith` to compare
# PREFIX_IC   Use `startsWith` to compare, ignore case
# SUFFIX      Use `endsWith` to compare
# SUFFIX_IC   Use `endsWith` to compare, ignore case
# REGEXP      Use regular expressions to matchh
Java
1
https://gitee.com/ja-netfilter/plugin-url.git
git@gitee.com:ja-netfilter/plugin-url.git
ja-netfilter
plugin-url
plugin-url
master

搜索帮助