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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Queries the IP for domain.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DNSLookup | 6.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
DomainName | The domain name to lookup. | "monkeybreadsoftware.com" | |
Type | What IP type to find. Can be 4 for IPv4 or 6 for IPv6. Default is IPv4. This is currently ignored on Windows and you get back default IP type. |
4 | Optional |
Returns reference number or error.
Lookup domain name:
Set Variable [$q; Value:MBS( "DNSLookup.LookupHostByName"; DNS Lookup::Name to lookup; Get(ScriptParameter))]
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
This function checks for a license.
Created 25th November 2015, last changed 4th March 2023