From 0e7e11cec4737fac08e57fb17cf3781d864369c9 Mon Sep 17 00:00:00 2001 From: TheZ3ro Date: Thu, 21 Nov 2024 11:19:51 +0100 Subject: [PATCH] allow listening on custom interfaces --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f6410e7..af1643f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ if [ "$1" = 'server' ]; then done fi - exec "/ghidra/server/ghidraSvr" console + exec "/ghidra/server/ghidraSvr" console ${GHIDRA_PUBLIC_INTERFACE:=""} fi exec "$@"