Demo to preview the plugin:

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.
Image without caption

How to setup

The DNS Resolver Plugin includes the following actions, which can be added to Bubble workflows:
  1. Resolve IPv4
    1. Resolves the IPv4 address of a given domain.
      • Inputs:
        • Domain
      • Outputs: Returns the IPv4 address.
      • Usage Example: Use this action to fetch the IPv4 address for server configuration or troubleshooting.
        • Workflow β†’ Resolve IPv4.
          Workflow β†’ Resolve IPv4.
  1. Resolve NS
    1. Retrieves the Name Server (NS) records for a given domain.
      • Inputs:
        • Domain
      • Outputs: Returns a list of NS records.
      • Usage Example: Use this action to verify the DNS configuration of a domain.
        • Workflow β†’ Resolve NS.
          Workflow β†’ Resolve NS.
  1. Resolve IPv6
    1. Resolves the IPv6 address of a given domain.
      • Inputs:
        • Domain
      • Outputs: Returns the IPv6 address.
      • Usage Example: Useful for modern networking setups requiring IPv6 compatibility.
        • Workflow β†’ Resolve IPv6.
          Workflow β†’ Resolve IPv6.
  1. Resolve MX
    1. Retrieves the Mail Exchange (MX) records for a given domain.
      • Inputs:
        • Domain
      • Outputs: Returns a list of MX records with their respective priority values.
      • Usage Example: Ideal for verifying email server configurations.
        • Workflow β†’ Resolve MX.
          Workflow β†’ Resolve MX.
  1. Reverse DNS
    1. Performs a reverse DNS lookup for a given IP address.
      • Inputs:
        • IP Address
      • Outputs: Returns the associated domain name.
      • Usage Example: Use this action to map an IP address back to its hostname.
        • Workflow β†’ Reverse DNS.
          Workflow β†’ Reverse DNS.

Plugin Actions

Resolve IPv4

Resolves the IPv4 address(es) for the specified domain.
Workflow action.
Workflow action.
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.
Workflow action.
Workflow action.
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.
Workflow action.
Workflow action.
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.
Workflow action.
Workflow action.
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.
Workflow action.
Workflow action.
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
Image without caption

Changelogs