From f81c71f7d1abf1a140998886bb4800a843ee2f87 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 26 Dec 2021 00:38:01 -0600 Subject: [PATCH] Add notice about opening ports --- install.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/install.bash b/install.bash index a115052..d94ea11 100755 --- a/install.bash +++ b/install.bash @@ -60,6 +60,7 @@ echo "Cleaning up ${GIT_DIR}" rm -rf "${GIT_DIR}" echo "Finished with installation." +echo "You should open the default ports for the server, default starts at 50000. Considering opening 50000 - 50010, that will allow up to 10 7D2D servers without telnet" echo "To try it out as the user paste the following:" echo "su ${SDTD_USER_NAME} && cd ${HOME} && source .bash_profile && 7D2D-Manage -h"