3 Star 14 Fork 56

ja-netfilter / plugin-dns

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

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

简介

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

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/ja-netfilter/plugin-dns.git
git@gitee.com:ja-netfilter/plugin-dns.git
ja-netfilter
plugin-dns
plugin-dns
master

搜索帮助