mirror of https://github.com/apache/lucene.git
d7ff40f53f
SOLR-14136: ip whitelist/blacklist via env vars This makes it easy to restrict access to Solr by IP. For example SOLR_IP_WHITELIST="127.0.0.1, 192.168.0.0/24, [::1], [2000:123:4:5::]/64" would restrict access to v4/v6 localhost, the 192.168.0 ipv4 network, and 2000:123:4:5 ipv6 network. Any other IP will receive a 403 response. Blacklisting functionality can deny access to problematic addresses or networks that would otherwise be allowed. For example SOLR_IP_BLACKLIST="192.168.0.3, 192.168.0.4" would explicitly prevent those two specific addresses from accessing solr. |
||
---|---|---|
.. | ||
init.d | ||
install_solr_service.sh | ||
oom_solr.sh | ||
post | ||
solr | ||
solr.cmd | ||
solr.in.cmd | ||
solr.in.sh |