This article is for site owners and server administrators who want to understand how dlvr.it accesses their content β and how to control it.
How dlvr.it identifies itself
When dlvr.it's Feed Fetcher requests content from your site, it uses the following user agent string:
dlvr.it/1.0 (+http://dlvr.it/)
You can use this string to identify dlvr.it traffic in your server logs, set up firewall rules, or configure access controls. It's the most reliable way to identify dlvr.it β more reliable than IP address filtering, which can change over time (see below).
Whitelisting dlvr.it's IP address
If dlvr.it is frequently timing out when trying to fetch your feed, your server may be blocking our requests. You'll typically see this as a timeout error in your feed log.
πΈ [Screenshot: dlvr.it feed log showing a timeout error next to a feed entry]
One fix is to whitelist the dlvr.it IP address in your server's incoming request settings:
54.213.123.74
Important: This IP address is subject to change. We recommend using the user agent string (dlvr.it/1.0) rather than relying solely on IP address filtering β it's a more stable long-term identifier.
Blocking or allowing dlvr.it access via robots.txt
If you want to control which parts of your site dlvr.it can access, you can do this through your robots.txt file.
Why doesn't dlvr.it follow User-Agent: *? dlvr.it intentionally ignores the catch-all wildcard section of robots.txt. Unlike search engine crawlers, dlvr.it only fetches content when a user explicitly adds a feed β so we don't want general crawler-blocking rules to accidentally prevent your readers from using your feeds with dlvr.it. To control dlvr.it specifically, target the dlvr.it agent directly.
Block a specific feed path
User-Agent: dlvr.it Disallow: /path/to/your/feeds
Block all content on your site
User-Agent: dlvr.it Disallow: /
Block most of your site but allow specific feeds
User-Agent: dlvr.it Disallow: / Allow: /path/to/some/feeds
Allow everything (a plain Disallow with no path means "allow all")
User-Agent: dlvr.it Disallow:
Still seeing access issues after updating your settings? Reach out to our support