Skip to content
Snippets Groups Projects
access.ips 1.15 KiB
# These are IP addresses and Networks that will be used to build access lists for services
# Nework 172.22.0.0/16 is internal network of the docker. if you want the services to be accessible from other/external networks you will need to put coresponding network address to each and every service you want to be accessible from this networks
# For example 0.0.0.0/0 enables access from whole IPv4 internet and ::/0 enables access from whole IPv6

### HAProxy Stats - Start ###
0.0.0.0/0
::/0
### HAProxy Stats - End   ###


### Nifi Management - Start ###
0.0.0.0/0
::/0
### Nifi Management - End   ###


### Nifi ports - Start ###
0.0.0.0/0
::/0
### Nifi ports - End   ###


### OPENSEARCHES - Start ###
127.0.0.1
### OPENSEARCHES - End   ###


### KeyCloak - Start ###
0.0.0.0/0
::/0
### KeyCloak - End   ###


### TheHive - Start ###
0.0.0.0/0
::/0
### TheHive - End   ###


### Cortex - Start ###
0.0.0.0/0
::/0
### Cortex - End   ###


### MISP - Start ###
0.0.0.0/0
::/0
### MISP - End   ###


### User Management UI - Start ###
0.0.0.0/0
::/0
### User Management UI - End   ###


### OPENSEARCH-DASHBOARDS - Start ###
0.0.0.0/0
::/0
#### OPENSEARCH-DASHBOARDS - End   ###