Changes between Version 6 and Version 7 of ipban
- Timestamp:
- 01/25/08 22:41:09 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ipban
v6 v7 9 9 10 10 == Benutzung == 11 Der Punkt taucht unter '''Optionen / Mitglieder / IP-Sperre''' auf 11 Der Punkt taucht unter '''Optionen / Mitglieder / IP-Sperre''' auf. Hostnamen, ipv4 und ipv6 Adressen sind nach verschiedenen Eingabemethoden erlaubt. 12 12 {{{ 13 192.168.0.1 14 192.168.1.* 13 192.168.0.1 #exakte ip adresse 14 apache.org #domain name 15 192.168 #teile von adressen 16 192.168.0.0/255.255.0.0 #netzwerkmaske 17 192.168.0.0/16 #netzwerkmaske nach CIDR 15 18 }}} 16 19 20 == Tech Talks == 21 Genutzt wird das Apache Modul mod_access. Die Dokumentation findet ihr hier: http://httpd.apache.org/docs/2.0/mod/mod_access.html 17 22 18 23 == Download == 19 * [http://www.easy-coding.de/trac/wcf/attachment/wiki/ipban/de.easy-coding.wcf.ipban.tar.gz?format=raw Download V 0.9.0]24 * [http://www.easy-coding.de/trac/wcf/attachment/wiki/ipban/de.easy-coding.wcf.ipban.tar.gz?format=raw Download V1.0.0]
