mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-15244, help file for ip blocking page.
This commit is contained in:
parent
ab99c8f014
commit
bf78427b08
21
lang/en_utf8/help/blockip.html
Executable file
21
lang/en_utf8/help/blockip.html
Executable file
@ -0,0 +1,21 @@
|
||||
<h1>Block IP Address</h1>
|
||||
<p>Every entry should be on one line.</p>
|
||||
|
||||
<p>For example: <b>192.168. , 231.54.211.0/20, 231.3.56.211, 231.3.56.10-20</b></p>
|
||||
|
||||
<p>There are four types of numbers you can use (you can not use
|
||||
text based domain names like example.com):</p>
|
||||
|
||||
<ol>
|
||||
<li>Full IP addresses, such as <b>192.168.10.1</b> which will match
|
||||
a single computer (or proxy).</li>
|
||||
<li>Partial addresses, such as <b>192.168</b> which will match anything
|
||||
starting with those numbers.</li>
|
||||
<li>CIDR notation, such as <b>231.54.211.0/20</b> which allows you to specify
|
||||
more detailed subnets.</li>
|
||||
<li>A range of IP addresses <b>231.3.56.10-20</b> 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.</li>
|
||||
</ol>
|
||||
|
||||
<p>Spaces are ignored.</p>
|
Loading…
x
Reference in New Issue
Block a user