Changeset 4796
- Timestamp:
- 05/27/07 19:28:48 (1 year ago)
- Files:
-
- wired/trunk/man/wired.conf.5 (modified) (2 diffs)
- wired/trunk/wired/server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/man/wired.conf.5
r4483 r4796 25 25 .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 26 .\" 27 .Dd Feb 5, 200727 .Dd May 27, 2007 28 28 .Dt WIRED.CONF 5 29 29 .Os … … 53 53 .Bl -tag -width 54 54 .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 55 A 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 57 Example: address = 127.0.0.1, address = localhost, address = eth0 58 58 .It Va ban time 59 59 Number of seconds a temporary ban lasts. wired/trunk/wired/server.c
r4754 r4796 97 97 wi_array_add_data(addresses, wi_address_wildcard_for_family(WI_ADDRESS_IPV6)); 98 98 } 99 99 100 100 enumerator = wi_array_data_enumerator(addresses); 101 101
