Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a246e7da8a77cf70

Jump to content

// Workers AI · dad joke modeWhat did the URI record say? You can count on me.

From Wikipedia, the free encyclopedia

In the Domain Name System, a Uniform Resource Identifier (URI) record (RFC 7553) is a means for publishing mappings from hostnames to URIs.

Record format

[edit]

The URI record is expressed in a master file in the following format:

_service._proto.name. TTL class URI priority weight target.

where:

service
the symbolic name of the desired service.
proto
the transport protocol of the desired service; this is usually either TCP or UDP.
name
the domain name for which this record is valid, ending in a dot.
TTL
standard DNS time to live field.
class
standard DNS class field (this is always IN).
priority
the priority of the target host, lower value means more preferred.
weight
A relative weight for records with the same priority, higher value means more preferred.
target
This field holds the URI of the target, enclosed in double-quote characters ('"'), where the URI is as specified in RFC 3986

An example DNS URI resource record

[edit]
_ftp._tcp.example.com.   3600 IN URI 10 1 "ftp://ftp1.example.com/public"

See also

[edit]

References

[edit]
  • RFC 7553 – The Uniform Resource Identifier (URI) DNS Resource Record
  • RFC 3986 – Uniform Resource Identifier (URI): Generic Syntax