Changeset 1649:4a5c79fa648a
- Timestamp:
- 06/06/08 17:27:48 (3 months ago)
- Author:
- klai@…
- Branch:
- default
- Message:
-
Add configuration defaults for configuring auctioneers behind firewalls
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1643
|
r1649
|
|
| 128 | 128 | #("OwnerIcon", "http://tycoon.hpl.hp.com/~tycoon/dl/pictures/HPL-48x48.png"), |
| 129 | 129 | ) |
| | 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. |
| | 137 | NetworkAccessibility = [(0, 0)] |