Changeset 1649:4a5c79fa648a

Show
Ignore:
Timestamp:
06/06/08 17:27:48 (3 months ago)
Author:
klai@…
Branch:
default
Message:

Add configuration defaults for configuring auctioneers behind firewalls

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • packaging/fedora_core_3/tycoon_aucd/etc/tycoon/tycoon_aucd.conf

    r1643 r1649  
    128128    #("OwnerIcon", "http://tycoon.hpl.hp.com/~tycoon/dl/pictures/HPL-48x48.png"), 
    129129) 
     130 
     131# Use this to prevent auctioneers behind firewalls from being discovered 
     132# by users who cannot access them. The structure is as follows: 
     133# [ (network_address, netmask), 
     134# ] 
     135# where only clients on the subnet (network_address & netmask) can access 
     136# this auctioneer. 
     137NetworkAccessibility = [(0, 0)]