Open Fedi6431 opened 4 months ago
This is not a issues, it's only an advice
In you're script, when you select the IP option, the program will show only the private IP (Ex. 192.168.1.255)
I advise you to use this command
nslookup myip.opendns.com resolver1.opendns.com
orcurl ifconfig.me
with this command the program will show the public IP (Ex. 255.255.255.255)
Thank you for your advice. But I only used this in our college local machines . So I thought the local ip is not an issue . But I really appreciate your feadback.
In you're script, when you select the IP option, the program will show only the private IP (Ex. 192.168.1.255)
I advise you to use this command
nslookup myip.opendns.com resolver1.opendns.com
orcurl ifconfig.me
with this command the program will show the public IP (Ex. 255.255.255.255)