From:
ChangeLog
=====================================
2006.07.14 v0.0.2
修正了 iptables-save 时存在的 bug
修正了匹配方式,大幅度提高了匹配效率
=====================================
2006.07.13 v0.0.1
匹配 DNS 域名解析内容模块 domain 正式发布
=====================================
INSTALL
domain v0.0.2
2006.07.14, platinum
=======================
How to install ?
# make KERNEL_SRC= IPTABLES_SRC= install
How to use ?
# iptables -m domain -h
iptables -m domain -h
domain v0.0.2 options:
--name "" Match the domain named ""
--name "chinaunix.net" Match the domain named "chinaunix.net"
include bbs.chinaunix.net, man.chinaunix.net
例子:
iptables -A FORWARD -m domain --name "sohu.com" -j DROP
iptables -A FORWARD -m domain --name "3322.org" -j DROP
|
文件: |
domain-0[1].0.2.tar.gz |
大小: |
3KB |
下载: |
下载 | |
阅读(1121) | 评论(0) | 转发(0) |