Changes between Version 6 and Version 7 of ipban

Show
Ignore:
Timestamp:
01/25/08 22:41:09 (5 years ago)
Author:
d0nut (IP: 89.12.169.173)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ipban

    v6 v7  
    99 
    1010== Benutzung == 
    11 Der Punkt taucht unter '''Optionen / Mitglieder / IP-Sperre''' auf 
     11Der Punkt taucht unter '''Optionen / Mitglieder / IP-Sperre''' auf. Hostnamen, ipv4 und ipv6 Adressen sind nach verschiedenen Eingabemethoden erlaubt. 
    1212{{{ 
    13 192.168.0.1 
    14 192.168.1.* 
     13192.168.0.1 #exakte ip adresse 
     14apache.org #domain name 
     15192.168 #teile von adressen 
     16192.168.0.0/255.255.0.0 #netzwerkmaske 
     17192.168.0.0/16 #netzwerkmaske nach CIDR 
    1518}}} 
    1619 
     20== Tech Talks == 
     21Genutzt wird das Apache Modul mod_access. Die Dokumentation findet ihr hier: http://httpd.apache.org/docs/2.0/mod/mod_access.html 
    1722 
    1823== Download == 
    19  * [http://www.easy-coding.de/trac/wcf/attachment/wiki/ipban/de.easy-coding.wcf.ipban.tar.gz?format=raw Download V0.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]