Subversion Repositories wimsdev

Rev

Rev 2071 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
196 bpr 1
 
2
<p>
3
WIMS的主机定义可以是主机名或IP地址.
4
不过建议你尽可能使用IP地址. 主机名不安全.
5
<p>
6
你也可以用通常方式定义主机,: <tt>127.0.0.</tt>
7
(但不是 <tt>127.0.0</tt>)
8
相当于 127.0.0.1 至 127.0.0.255,<tt>.unice.fr</tt>
9
(不是 <tt>unice.fr</tt>) 与域 <em>unice.fr</em> 内的所有主机匹配.
10
<p>
11
<p>
12
<tt>all</tt> 与任何机器匹配. 这很不安全, 应尽量避免.
13