
Global Dns – Multiple Server – Dns Propagation Checker – Wp
/Year

Track DNS Records Worldwide with Global DNS
Global DNS is a technical utility plugin for WordPress designed to monitor, track, and verify the propagation of Domain Name System records across global networks. When changing web hosts, setting up new email servers, or updating domain configurations, administrators often face delays or errors due to staggered cached updates across the globe. This plugin addresses that issue by sending synchronous queries to multiple nodes, offering a centralized interface inside the WordPress dashboard to review real-time network states.
What Global DNS Does
The primary utility of the plugin is its multi-server resolution architecture. Instead of relying on local machine lookups, which are often heavily masked by ISP caching, Global DNS communicates with servers positioned across varying continents and regions. It fetches public records including A, AAAA, MX, CNAME, NS, TXT, and SRV, contrasting response discrepancies immediately. This ensures website operators know exactly when a new routing change becomes active for end-users across specific target territories.
Who It Is For
This software is built specifically for system administrators, freelance developers, digital agency teams, and technical website owners who manage active infrastructure migrations. It reduces reliance on external command-line utilities or third-party web tools by nesting a multi-point monitoring suite inside the native content management architecture. If you frequently handle domain mappings, email deliverability setups, or security certificate reconfigurations, this centralized diagnostic asset saves troubleshooting hours.
Key Capabilities
- Multi-Server Resolution: Queries multiple geographically distributed servers to map out current propagation paths.
- Comprehensive Record Auditing: Validates entry types across A, MX, CNAME, NS, TXT, and security tags.
- On-Site IP and Tooling Diagnostics: Incorporates system utilities to check server-side routing behaviors without terminal access.
- Built-In SMTP and Deliverability Testing: Validates outbound mail configuration integrity to mitigate domain spoofing rejections.
- Data Sharing Controls: Creates exportable reports or time-restricted public links for external client transparency.
Practical WordPress Use Cases
Website migrations represent a critical application area. When moving a large WooCommerce installation to a new cloud hosting infrastructure, switching nameservers incorrectly causes lost revenue. Using Global DNS, administrators track structural transition progress before closing down old instances. Additionally, marketing teams configuring transactional email suites can utilize the integrated verification tools to confirm DKIM, DMARC, and SPF entries are populated correctly before running high-volume campaigns.
Setup and Compatibility Notes
Global DNS operates efficiently inside standard WordPress environments by harnessing REST API architectures and lightweight jQuery hooks. The back-end relies on standard server-side lookups; it prefers low-level configurations such as proc_open via dig executions where permitted by host environments, falling back gracefully to standard web queries. It complies fully with native security paradigms by strictly enforcing WP Nonce validation on all internal diagnostic requests to block unauthorized endpoint scanning.
Reasons to Choose It on WPPick
Acquiring Global DNS via WPPick ensures a verified, streamlined package deployment. The repository artifact undergoes automated integrity verification to confirm structural safety and complete file functionality. By hosting the plugin package within a robust marketplace ecosystem, administrators gain access to dependable asset version histories without navigating cluttered external file storage platforms, simplifying ongoing development and staging environment installations.
Latest Version Context
Detailed release notes are not available from the provided sources. Because official vendor documentation or external changelog repositories could not verify public information for version 3.3.0, custom summaries are omitted to prevent the integration of unverified tracking details. Users should test standard operational updates within localized staging infrastructure to verify continuity across specific production network environments.
Frequently Asked Questions
How does Global DNS bypass local browser and ISP cache restrictions?
The plugin directly queries independent, external remote servers rather than checking your local system or native host routing. By pulling direct operational snapshots from distinct distributed global nodes, it receives completely uncached public routing files as they appear on remote networks.
Does running global queries slow down my core WordPress site performance?
No, the plugin processes lookup queries asynchronously through background REST API operations. It utilizes transient token buckets and internal rate limits to throttle structural execution workloads, keeping your public frontend rendering and dashboard operations completely fast and responsive.
Can I export the propagation report to show a client that their migration is complete?
Yes, the software features built-in data toolbar actions that permit administrators to export complete global lookup data structures directly into CSV or JSON files. It also supports creating time-limited read-only snapshot links that can be securely forwarded to project stakeholders.
What specific mail and deliverability protocols can this utility evaluate?
Beyond baseline A and MX routing files, the plugin offers dedicated diagnostic modules to audit DKIM records, DMARC formatting parameters, and basic SMTP outbound configurations. This ensures text entries align with contemporary security specifications before sending live mail traffic.
I. Download Limits & Account Benefits
- Free Downloads: Each email address receives 3 downloads per day for free products
- Upgrade Benefits: Purchase any paid product to increase your daily download limit by 3 for each paid product
- No Account Required: You can download immediately by receiving the download link via email
- Account Recommended: Create an account for easier access to your order history and direct update downloads
II. Understanding GPL vs Official Versions
Important: The products available on WPPick are GPL-licensed versions, which differ from official developer versions. Before purchasing, please read our comprehensive guide: Understanding GPL & Official Differences at WPPick
Key Points:
- GPL versions may not include premium support from original developers
- Updates may be delayed compared to official releases
- Some premium features might have limitations
- Always consider your specific needs and support requirements
III. Support & Assistance
We’re here to help through multiple channels:
- Email Support: Direct email assistance for all inquiries
- Live Chat: Real-time support during business hours
- Comprehensive Documentation: Detailed guides and tutorials
IV. Order Tracking
Access your complete purchase history and download links anytime: Order History
V. Account Access
New to WPPick? Login or Create Account to manage your downloads and orders efficiently.
VI. Refund Protection
We stand behind our products with a clear refund policy. Review our terms: Refund Policy
VII. Privacy & Security
Your data security is our priority. Learn how we protect your information: Privacy Policy
VII. Terms of Service
Understanding our service terms ensures a smooth experience: Terms of Use
Quick Tips for Best Experience
- Verify Compatibility: Check plugin/theme compatibility with your WordPress version
- Backup First: Always backup your site before installing new plugins or themes
- Test Environment: Consider testing on a staging site first
- Stay Updated: Regularly check for updates in your account dashboard
- Read Documentation: Review any included documentation for optimal setup
Need Help?
If you have questions about downloads, licensing, or need technical assistance, don’t hesitate to contact our support team. We’re committed to ensuring you have the best possible experience with WPPick products.
Ready to get started? Your download adventure begins with just one click!
- DKIM record checker: shortcodes `global_dns_dkim_input` and `global_dns_dkim`; REST `POST /global-dns/v1/dkim/{selector}/{domain}`; raw TXT plus parsed tags.
- Propagation toolbar: export CSV/JSON and **Copy share link** (outline-style actions; share uses admin primary color); time-limited snapshots (`POST /global-dns/v1/propagation/share`); read-only `GET .../propagation/share/{uuid}`; shortcode `global_dns_propagation_share_view` with `?global_dns_share={uuid}`.
- Database table for snapshots, daily cron prune, uninstall cleanup.
- Admin: **Verify TLS for DNS probe URLs**, **HTTP connect timeout**, **Propagation share TTL (days)**, **Propagation share button** (show or hide "Copy share link" on the server list), **DKIM checker shortcut** (toolbar link when DKIM form exists on page).
- Shared `Global_Dns_Dns_Input_Validator`, `Global_Dns_Http_Probe`, `Global_Dns_Rate_Limiter`; rate limits (transient buckets) for DNS propagation fetch, propagation share create, and `global_dns_throttle_contact()` for third-party contact forms.
- Remote DNS probe calls use hardened HTTP client (timeouts, connect timeout, optional TLS verify).
- IP lookup (on-site tool) uses the same HTTP client with TLS verification always on; HTTPS ip-api endpoint.
- `dig` execution prefers `proc_open` with existing `escapeshellarg` command line; falls back to `shell_exec`.
- DMARC input partial corrupted docblock repaired; safer JSON/options output.
- Deactivation now clears propagation cron and removes `global_dns` capability (was incorrectly removing unrelated cap).
- Propagation UI: clearer per-server errors from REST; URL hash uses `encodeURIComponent` for domain/type deep links; minimal export/share toolbar (admin primary color on Copy share link).
- Repaired `clearResults` / map reset when the map is absent.
- REST propagation and related calls: base64 domain segments are URL-safe (`encodeURIComponent` + server decode); `X-WP-Nonce` sent on REST POSTs for better compatibility.
- Hostname normalization (`Global_Dns_Dns_Input_Validator::normalize_hostname_input`) fixed regex delimiter clash that broke domain parsing and caused false "invalid domain" errors.
- Creating share snapshots returns **403** when the share button is disabled in settings.
- Unused duplicate `public/js/global-dns-public-jquery.min.js` (only `global-dns-public-jquery.js` is registered).
- Removed scaffold "demonstration purposes" comment blocks from public and admin enqueue methods; shortened the public jQuery file header; fixed admin "Timeout" label typo.
- Added SMTP Test Tool