akka-bbb-apps only listen on localhost
attack surface reduction by having akka-bbb-apps only listen on localhost
This commit is contained in:
parent
a60407c665
commit
5ccba7b0fb
@ -65,7 +65,7 @@ sharedNotes {
|
||||
}
|
||||
|
||||
http {
|
||||
interface = "0.0.0.0"
|
||||
interface = "127.0.0.1"
|
||||
port = 9999
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user