Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries the domain name for an IP.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DNSLookup | 6.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
IP | The IP address to query. | "192.35.60.462" |
Returns reference number or error.
Lookup an IP:
Set Variable [$q; Value:MBS( "DNSLookup.LookupHostByAddress"; DNS Lookup::IP to lookup )]
If [MBS("IsError") = 0]
Set Field [DNS Lookup::Name; MBS( "DNSLookup.Name"; $q )]
Set Field [DNS Lookup::Addresses; MBS( "DNSLookup.Address"; $q; -1 )]
Set Field [DNS Lookup::Aliases; MBS( "DNSLookup.Alias"; $q; -1 )]
Set Variable [$r; Value:MBS( "DNSLookup.Release"; $q)]
End If
Created 25th November 2015, last changed 1st January 2016
DNSLookup.AliasCount - DNSLookup.LookupHostByName
Feedback: Report problem or ask question.