TYPO3-Caretaker / caretaker_instance

TYPO3 extension caretaker_instance
GNU General Public License v2.0
14 stars 23 forks source link

[FEATURE] Multiple IPs and hostenames for security.clientHostAddressRestriction #63

Closed TehTux closed 5 years ago

TehTux commented 6 years ago

With this PR you can add multiple IPs and/or hostnames to security.clientHostAddressRestriction (comma separated)

Examples:

security.clientHostAddressRestriction = 192.168.10.200

security.clientHostAddressRestriction = 192.168.10.200, 192.168.10.201

security.clientHostAddressRestriction = 192.168.10.200, microsoft.com