Changeset 4796

Show
Ignore:
Timestamp:
05/27/07 19:28:48 (1 year ago)
Author:
morris
Message:

Document

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/man/wired.conf.5

    r4483 r4796  
    2525.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    2626.\" 
    27 .Dd Feb 5, 2007 
     27.Dd May 27, 2007 
    2828.Dt WIRED.CONF 5 
    2929.Os 
     
    5353.Bl -tag -width 
    5454.It Va address 
    55 A specific address to bind to, instead of binding to all available addresses. Can be specified more than once, for each address the server should listen on. 
    56 .Pp 
    57 Example: address = 127.0.0.1 
     55A specific address, host name or interface name to bind to, instead of binding to all available addresses. Can be specified more than once, for each address the server should listen on. 
     56.Pp 
     57Example: address = 127.0.0.1, address = localhost, address = eth0 
    5858.It Va ban time 
    5959Number of seconds a temporary ban lasts. 
  • wired/trunk/wired/server.c

    r4754 r4796  
    9797                wi_array_add_data(addresses, wi_address_wildcard_for_family(WI_ADDRESS_IPV6)); 
    9898        } 
    99  
     99         
    100100        enumerator = wi_array_data_enumerator(addresses); 
    101101