3 Star 11 Fork 53

ja-netfilter / plugin-url

加入 Gitee
与超过 1000 万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README.md

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

简介

A plugin for the ja-netfilter, it can block http requests. 展开 收起
Java
GPL-3.0
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
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

搜索帮助