Changes

Hosts.xml

100 bytes added, 12:13, 25 June 2005
Quick examples
<host name="b[0-9]+" profile-id="profile" />
</blockquote>
 
works for: b1, b10, b100
does not work for: bubu, b, x, x1, x10, x100
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
<host name=".+" profile-id="profile" />
</blockquote>
works for *all* hosts - use with care (!), place at the bottom of '''hosts.xml'''.
Anonymous user