Browse Source

add vh netstat

pull/3212/head
Daniel Gibbs 5 years ago
parent
commit
87ff1a360d
  1. 9
      lgsm/functions/info_messages.sh

9
lgsm/functions/info_messages.sh

@ -1341,6 +1341,15 @@ fn_info_message_ut(){
} | column -s $'\t' -t } | column -s $'\t' -t
} }
fn_info_message_vh(){
echo -e "netstat -atunp | grep valheim"
echo -e ""
{
echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}"
echo -e "> Game\tINBOUND\t${port}\tudp"
} | column -s $'\t' -t
}
fn_info_message_kf2(){ fn_info_message_kf2(){
fn_info_message_password_strip fn_info_message_password_strip
echo -e "netstat -atunp | grep KFGame" echo -e "netstat -atunp | grep KFGame"

Loading…
Cancel
Save