Browse Source

add ip vars

pull/4359/head
Daniel Gibbs 2 years ago
parent
commit
100465f3ee
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 10
      lgsm/modules/command_dev_query_raw.sh

10
lgsm/modules/command_dev_query_raw.sh

@ -15,6 +15,16 @@ info_game.sh
info_distro.sh
info_messages.sh
echo -e ""
echo -e "${lightgreen}IP Addresses Variables${default}"
fn_messages_separator
echo -e ""
echo -e "IP: ${ip}"
echo -e "HTTP IP: ${httpip}"
echo -e "Public IP: ${publicip}"
echo -e "Telnet IP: ${telnetip}"
echo -e "Display IP: ${displayip}"
echo -e ""
echo -e "${lightgreen}Query IP Addresses${default}"
fn_messages_separator

Loading…
Cancel
Save