Scenario:
A single TYPO3 installation running multiple websites with multiple (sub)domains.
What I'm trying to achieve:
For one specific website I want to be able to block all traffic from the outside world, except visitors coming from the company's IP addresses.
Pseudocode:
Block all visitors to this specific subdomain, except people coming from the following IP addresses.
How would I do this?