Changes

Hosts.xml

300 bytes added, 12:15, 25 June 2005
Quick examples
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;">
</blockquote>
works for *all* hosts - use with care (!), place at the bottom of '''hosts.xml''' (see below why '''.+''' regular expression match should be placed at the end of '''hosts.xml''' file).
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
<host name="b.+" profile-id="profile1" />
</blockquote>
works for "b10", "b11", "b12345" etc.
<blockquote style="background: white; border: 1px solid black; padding: 1em;"><host name="b.+" profile-id="profile2" /><br><host name="bronek1" profile-id="profile1" /><br><host name="bron.+" profile-id="profile3" /><br></blockquote>
Normally, hosts are parsed from top to the bottom, except when the hostname is not a regular expression.
Anonymous user