Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
10 additions and
0 deletions
-
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 |
|
|
|