Icon ServerBlockedAddresses Property

property ServerBlockedAddresses: TStrings

Usage

Use the ServerBlockedAddresses property to specify which IP addresses are not allowed to access the ElevateDB Server when the EngineType property is set to etServer. This is commonly referred to as a "black list". There is no limit to the number of addresses that can be specified, and the IP address entries may contain the asterisk (*) wildcard character to represent any portion of an address.

Information The Active property must be False in order to assign a value to this property.
Image