1 Star 0 Fork 82

1623822068@qq.com / plugin-dns

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

plugin-dns

A plugin for the ja-netfilter, it can block dns resolution.

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

Config file: dns.conf

[DNS]
EQUAL,somedomain

# 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 match
Java
1
https://gitee.com/lovej/plugin-dns.git
git@gitee.com:lovej/plugin-dns.git
lovej
plugin-dns
plugin-dns
master

搜索帮助