Tags of level
1
Small summary
Authorization of tags that at certain addresses
Syntax
IpRange [<IpRange @IP-@IP/MASK> or <IpRange @IP/MASK>]
Default
None
Context
Configuration of the server
Compatibility
0.4 and more
Description
IpRange make it possible to assign tags with one or several IP addresses.
Examples
# It is enough to declare address IP starting, a slash and its mask. # One minus of separation,address IP ending, a slash and its masque. # Example 1:
<Default> home /home </Default>
<IpRange 192.168.0.1/24> home /var/www </IpRange>
# Address IP 192.168.0.1 will have home to /var/www instead of /home.
# Example 2:
<Default> home /home </Default>
<IpRange 192.168.0.1/24-192.168.0.10/24> home /var/www </IpRange>
# IP between 192.168.0.1 and 192.168.0.10 would have home to /var/www a instead of /home.
|
|