From c3a60381c8ea75bea827385dd49b74128ad51f79 Mon Sep 17 00:00:00 2001 From: MK13 Date: Tue, 28 Jun 2022 22:32:52 +0200 Subject: [PATCH] Specify server port so the app is not exposed FUCK YOU, better luck next time fucker. Write better shellcode you cunt --- web-container/src/main/resources/config/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-container/src/main/resources/config/application.properties b/web-container/src/main/resources/config/application.properties index 927853c..19652e5 100644 --- a/web-container/src/main/resources/config/application.properties +++ b/web-container/src/main/resources/config/application.properties @@ -19,4 +19,5 @@ logging.level.de.nbscloud=DEBUG # (e.g. systemd -> journald) server.servlet.context-path=/nbscloud -server.port=9966 \ No newline at end of file +server.port=9966 +server.address=localhost \ No newline at end of file