Link to the plugin page: https://zeroqode.com/plugin/1589647742581x554085428242817600
Demo to preview the plugin:
Live Demo: https://pwc-dns-tools-demo.bubbleapps.io
Introduction
Get this tool that resolves IPv4, IPv6, NS, and MX records from domains within your Bubble app. It resolves IP addresses to domains. It also provides domain and network information.
How to setup
The DNS Resolver Plugin includes the following actions, which can be added to Bubble workflows:
- Resolve IPv4
- Inputs:
- Domain
- Outputs: Returns the IPv4 address.
- Usage Example: Use this action to fetch the IPv4 address for server configuration or troubleshooting.
Resolves the IPv4 address of a given domain.
- Resolve NS
- Inputs:
- Domain
- Outputs: Returns a list of NS records.
- Usage Example: Use this action to verify the DNS configuration of a domain.
Retrieves the Name Server (NS) records for a given domain.
- Resolve IPv6
- Inputs:
- Domain
- Outputs: Returns the IPv6 address.
- Usage Example: Useful for modern networking setups requiring IPv6 compatibility.
Resolves the IPv6 address of a given domain.
- Resolve MX
- Inputs:
- Domain
- Outputs: Returns a list of MX records with their respective priority values.
- Usage Example: Ideal for verifying email server configurations.
Retrieves the Mail Exchange (MX) records for a given domain.
- Reverse DNS
- Inputs:
- IP Address
- Outputs: Returns the associated domain name.
- Usage Example: Use this action to map an IP address back to its hostname.
Performs a reverse DNS lookup for a given IP address.
Plugin Actions
Resolve IPv4
Resolves the IPv4 address(es) for the specified domain.
Title | Description | Type |
Domain | Domain to lookup. | Text |
Return Values:
Title | Description | Type |
IP Addresses | List of resolved IPv4 addresses. | Text |
Resolve NS
Retrieves the Name Server (NS) records for the specified domain.
Title | Description | Type |
Domain | Domain to lookup. | Text |
Return Values:
Title | Description | Type |
NS Addresses | List of Name Server (NS) addresses. | Text |
Resolve IPv6
Resolves the IPv6 address(es) for the specified domain.
Title | Description | Type |
Domain | Domain to lookup. | Text |
Return Values:
Title | Description | Type |
IP Addresses | List of resolved IPv6 addresses. | Text |
Resolve MX
Retrieves the Mail Exchange (MX) records for the specified domain, including priority.
Title | Description | Type |
Domain | Domain to lookup. | Text |
Return Values:
Title | Description | Type |
Exchange | Mail Exchange (MX) server addresses. | Text |
Priority | Priority values associated with each MX record. | Number |
Reverse DNS
Performs a reverse DNS lookup to find the associated domain name(s) for the specified IP address.
Title | Description | Type |
IP Address | IP Address to lookup. | Text |
Return Values:
Title | Description | Type |
Domains | List of domain names associated with the IP. | Text |