7.3 Ensure the 'addressExcludeList' attribute is set to a whitelist of hostnames
Information
IP addresses can be allowed or blocked from creating inbound TCP connections to different HTTP endpoints. Defining an IP address exclude list protects against unwanted inbound connections.
Solution
Add the addressExcludeList attribute to all tcpOptions elements to ${server.config.dir}/configDropins/overrides/*.xml and set it to a comma-separated list of IP addresses. <tcpOptions addressExcludeList="254.1.0.9,*.1.255.0" />