mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Add hostname to the listener
This commit is contained in:
@@ -496,7 +496,7 @@ setup.template.enabled: false
|
|||||||
http.enabled: true
|
http.enabled: true
|
||||||
|
|
||||||
# The HTTP endpoint will bind to this hostname or IP address. It is recommended to use only localhost.
|
# The HTTP endpoint will bind to this hostname or IP address. It is recommended to use only localhost.
|
||||||
http.host: {{ HOSTNAME }}
|
http.host: 0.0.0.0
|
||||||
|
|
||||||
# Port on which the HTTP endpoint will bind. Default is 5066.
|
# Port on which the HTTP endpoint will bind. Default is 5066.
|
||||||
http.port: 5066
|
http.port: 5066
|
||||||
|
|||||||
Reference in New Issue
Block a user