You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
329 B
14 lines
329 B
|
21 years ago
|
##
|
||
|
|
## cgiirc.access -- CGI:IRC Access Control List
|
||
|
|
## Format: <ipmask> <connection-limit>
|
||
|
|
##
|
||
|
|
|
||
|
|
#192.168.0.0/16 0 # deny
|
||
|
|
#172.16.0.0/12 0 # deny
|
||
|
|
#10.0.0.0/8 0 # deny
|
||
|
|
|
||
|
|
127.0.0.1/8 # allow (w/o connection limit)
|
||
|
|
*.example.com # allow (w/o connection limit)
|
||
|
|
*.*.*.* 4 # allow (with connection limit)
|
||
|
|
|