LOC Lookup
Lookup LOC records and inspect published geographic location metadata in DNS. Run fast checks, interpret results, and use related tools for validation.
Use LOC Lookup in 4 Steps
What is LOC Lookup?
LOC records publish geographic coordinates and physical metadata (latitude, longitude, altitude, and precision) for hosts in DNS zones. They provide a DNS-native way to attach location data to hostnames without relying on IP geolocation databases.
LOC records encode WGS 84 coordinates in a structured format: degrees/minutes/seconds for latitude and longitude, altitude in meters above or below sea level, and horizontal/vertical precision values. They are rarely used in modern deployments since IP geolocation via MaxMind, ip-api, and similar databases has become the standard.
Quick Interpretation Table
Use this reference to diagnose common outcomes when running LOC Lookup.
| Observed Result | Likely Cause | Next Step |
|---|---|---|
| LOC record missing | No DNS-published geographic metadata for this host | Publish LOC record if your workflow or application requires DNS geolocation |
| Coordinate precision too broad | Location radius too large to be operationally useful | Update LOC precision fields to match actual deployment accuracy |
| Outdated site coordinates | Infrastructure has moved since LOC was published | Refresh LOC coordinates to reflect current physical deployment location |
CLI Examples
Run these commands directly from a terminal to verify LOC records without relying on a browser-based tool.
dig LOC example.comnslookup -type=LOC example.comdig LOC example.com +shortdig LOC server1.example.comTroubleshooting Workflow
- Run this record check first for a scoped signal on the target hostname.
- Validate nameserver authority and SOA context if results are unexpected.
- Use propagation checks when different regions return different values.
- Re-run after applying fixes and compare values against your expected configuration.
Frequently Asked Questions
Get guides like this by email
DNS, email auth, and security playbooks delivered when they publish. No spam.