DnsResolve: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command runs speedtest on the specified GSM port. Data session should be up on the specified port. ServerId list can be found on <nowiki>https://c.speedtest.net/speedtest-servers-static.php</nowiki>. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SpeedTest''' |PortIndex, [ServerId] |Public Host, Public IP, Test server, Upload speed, Download speed, Ping. - Error Code in case of error. |} '''OUTPUT''' '''EXAMPL...") Tag: 2017 source edit |
No edit summary |
||
Line 11: | Line 11: | ||
!Returns | !Returns | ||
|- | |- | ||
|''' | |'''DnsResolve''' | ||
|PortIndex, | |PortIndex, url | ||
| | |url and resolved IP address - [[R2D2 Error Codes|Error Code]] in case of error. | ||
|} | |} | ||
'''OUTPUT''' | '''OUTPUT''' | ||
Line 19: | Line 19: | ||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
root@ROBOT2p:/# DnsResolve 0 wiki.opalesystems.com | |||
Name: wiki.opalesystems.com | |||
Address: 172.245.241.132 | |||
root@ROBOT2p:/# | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:DATA]] | [[Category:DATA]] | ||
[[Category:R2D2]] | [[Category:R2D2]] |
Revision as of 19:45, 7 July 2025
This command runs speedtest on the specified GSM port.
Data session should be up on the specified port.
ServerId list can be found on https://c.speedtest.net/speedtest-servers-static.php.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
DnsResolve | PortIndex, url | url and resolved IP address - Error Code in case of error. |
OUTPUT
EXAMPLE
root@ROBOT2p:/# DnsResolve 0 wiki.opalesystems.com
Name: wiki.opalesystems.com
Address: 172.245.241.132
root@ROBOT2p:/#