CBMSTUFF FORUM
Feature request: Command to resolve domain name - Printable Version

+- CBMSTUFF FORUM (https://www.cbmstuff.com/forum)
+-- Forum: CBMSTUFF PRODUCTS (https://www.cbmstuff.com/forum/forumdisplay.php?fid=1)
+--- Forum: WiModem232 / WiModem232 Pro (https://www.cbmstuff.com/forum/forumdisplay.php?fid=79)
+--- Thread: Feature request: Command to resolve domain name (/showthread.php?tid=1274)



Feature request: Command to resolve domain name - rosenrost - 06-16-2026

Since the WiModem performs name server lookups anyway, would it be possible to implement an AT command (e.g. AT*DIG) that allows such queries to be executed interactively?

For example, AT*DIGwww.cbmstuff.com to query the IP address of the A record of www.cbmstuff.com:

AT*DIGwww.cbmstuff.com
74.208.236.26


RE: Feature request: Command to resolve domain name - admin - 06-17-2026

You mean a command that converts a URL to an IP address? I am not sure if that is possible since this is done internally in the WiFi stack and is something that I never see. But, I will look into it.


RE: Feature request: Command to resolve domain name - admin - 06-17-2026

OK, I CAN do this but I am not sure if I like *DIG for the command though. Smile

You would need to enter the URL without the www or anything in front of the www. For example:

AT*DNS cbmstuff.com

Any space character after the DNS would be ignored.


RE: Feature request: Command to resolve domain name - admin - 06-18-2026

OK, done! New version is available. Use:

AT*DNS <URL>

You can use a domain name with www or even https:// in front of the domain name.


RE: Feature request: Command to resolve domain name - rosenrost - 06-19-2026

Wow, that was incredibly fast and works great. "DIG" was just a suggestion based on the Unix `dig` command. Now, mailbox operators have a way to query their own (dynamic) external IP address.

Thanks a million for that, Jim! 
Smile


RE: Feature request: Command to resolve domain name - admin - 06-19-2026

You're welcome! I don't work with Linux, so I have never heard of this before.