akka-bbb-apps only listen on localhost

attack surface reduction by having akka-bbb-apps only listen on localhost
This commit is contained in:
basisbit 2020-05-15 13:42:20 +02:00 committed by GitHub
parent a60407c665
commit 5ccba7b0fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ sharedNotes {
}
http {
interface = "0.0.0.0"
interface = "127.0.0.1"
port = 9999
}