From bf78427b08dc3ac45017f7c1870c4a2b5458a91a Mon Sep 17 00:00:00 2001 From: dongsheng Date: Mon, 14 Jul 2008 09:10:51 +0000 Subject: [PATCH] MDL-15244, help file for ip blocking page. --- lang/en_utf8/help/blockip.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 lang/en_utf8/help/blockip.html diff --git a/lang/en_utf8/help/blockip.html b/lang/en_utf8/help/blockip.html new file mode 100755 index 0000000000..bcb5a799bf --- /dev/null +++ b/lang/en_utf8/help/blockip.html @@ -0,0 +1,21 @@ +

Block IP Address

+

Every entry should be on one line.

+ +

For example: 192.168. , 231.54.211.0/20, 231.3.56.211, 231.3.56.10-20

+ +

There are four types of numbers you can use (you can not use + text based domain names like example.com):

+ +
    +
  1. Full IP addresses, such as 192.168.10.1 which will match + a single computer (or proxy).
  2. +
  3. Partial addresses, such as 192.168 which will match anything + starting with those numbers.
  4. +
  5. CIDR notation, such as 231.54.211.0/20 which allows you to specify + more detailed subnets.
  6. +
  7. A range of IP addresses 231.3.56.10-20 The range applies to the last + part of the address, so this means all the IP addresses from 231.3.56.10 + to 231.3.56.20.
  8. +
+ +

Spaces are ignored.

-- 2.39.5