Skip to content
https://lobste.rs

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
74
GRADE
C
FIX
3
REVIEW
2
PASS
4
INFO
0
Probed from Santa Clara, United States
200 OK
Checks
9
4 PASS 2 REVIEW 3 FIX
F
IPv6 Readiness
Action
IPv6 records exist but unreachable
FIX
IPv6 records exist but unreachable
Warning::
IPv6 DNS records exist but server is not reachable
Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.
Got: 2604:a880:400:d1:0:2:16bc:d001
Info::
IPv6 connection error
Got: dial tcp6 [2604:a880:400:d1:0:2:16bc:d001]:443: connect: network is unreachable
IPv6 Misconfigured
AAAA Records 2604:a880:400:d1:0:2:16bc:d001 Connection UNREACHABLE

Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.

Why this matters

Advertising IPv6 (AAAA records) without a reachable server means IPv6-preferring clients silently fail every connection.

Learn more

Modern browsers prefer IPv6 if AAAA exists (Happy Eyeballs algorithm). If the IPv6 server isn't reachable, browsers fall back to IPv4 — but with seconds of added latency per request. Either fix IPv6 reachability or remove the AAAA records.

Source: RFC 8305 (Happy Eyeballs)

F
Crawlability
Action
robots.txt present, sitemap with 0 URLs
FIX
robots.txt present, sitemap with 0 URLs
Info::
robots.txt is present
Got: 653 bytes
Critical::
robots.txt blocks all crawlers
Disallow: / for all user-agents prevents search engines from indexing any page. This will remove the site from search results.
Info::
sitemap.xml is present
Warning::
sitemap.xml contains invalid XML
Search engines may not be able to parse the sitemap. Fix XML validation errors.
Warning::
sitemap.xml is empty — no URLs found
An empty sitemap provides no value. Add <url> entries for your pages.
Info::
robots.txt references sitemap

Disallow: / for all user-agents prevents search engines from indexing any page. This will remove the site from search results.

Why this matters

Disallow: / in robots.txt blocks every search crawler — the site becomes invisible in organic search.

Learn more

Common deployment mistake: a staging robots.txt with `User-agent: * / Disallow: /` ships to prod. The site falls out of search results within days. Verify your robots.txt is the production-intended version. If this is intentional (private site), no action needed.

Source: Google Search Central

Search engines may not be able to parse the sitemap. Fix XML validation errors.

Why this matters

An unparseable sitemap is silently ignored by Google — the URLs it advertises are never queued for crawl.

Learn more

Google's sitemap parser is strict about XML validity. A single unescaped `&` or unclosed tag invalidates the whole file. Run your sitemap through a validator (Search Console's Sitemaps report flags it) and fix the offending entry. Most generators escape correctly; mistakes usually come from manually-written entries.

Source: sitemaps.org / Google Search Central

An empty sitemap provides no value. Add <url> entries for your pages.

Why this matters

An empty sitemap signals 'no content to index' to Google — actively harmful versus having no sitemap at all.

Learn more

Google compares URLs in the sitemap against URLs it has crawled. An empty sitemap on a site with thousands of pages signals abandonment. Either populate it correctly (most CMSes auto-generate) or delete the file and let Google crawl normally.

Source: Google Search Central / sitemaps.org

robots.txt 200 OK
Size 653 B Sitemaps referenced 1 User-agents DuckDuckBot, GoogleBot, ia_archiver, Applebot, BingBot, Kagibot, Slurp, *, Brave Blocking Yes — all crawlers blocked
# PR https://github.com/lobsters/lobsters to be added to the list.
User-agent: Applebot
User-agent: BingBot
User-agent: DuckDuckBot
User-agent: GoogleBot
User-agent: ia_archiver
User-agent: Kagibot
User-agent: Slurp
Allow: /
Disallow: /search
Disallow: /page/
Disallow: /comments/page/

Content-Signal: ai-input=no, ai-train=no, search=yes

User-agent: *
Crawl-delay: 1
Disallow: /

# https://lobste.rs/c/kxd3ji Please stop "respecting" robots.txt and start
# honestly following the standard.
User-agent: Brave
Disallow: /

# https://developers.google.com/search/docs/crawling-indexing/robots/create-robots-txt
Sitemap: https://lobste.rs/sitemap.xml.gz

sitemap.xml 200 OK
Type URL Set URLs 0 entries Valid XML No
D
CDN & Delivery
Action
No CDN detected
FIX
No CDN detected
Warning::
No CDN detected
A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.
No CDN detected

Consider using a CDN to improve global delivery speed and reduce origin load.

B
HTTP Probe Timing
Total 821 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
REVIEW
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
7 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
69 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
72 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
821 ms
Total Time Total request time from DNS lookup through full response.
821 ms

Connection waterfall

DNS Lookup 7 ms TCP Connect 69 ms TLS Handshake 72 ms Server Processing 673 ms Content Transfer 1 ms
B
TLS Certificate Expiry & Recommendations
77 days until leaf cert expires — 4 issues to address
REVIEW

Certificate validity

77
days left
0d 30d 60d 90d+

Recommended actions

  • Add includeSubDomains to the HSTS directive
  • Add the preload directive and submit to hstspreload.org once max-age + includeSubDomains are in place
  • Enable DNSSEC on your domain for DNS spoofing protection
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
A+
DNS Records
1 A records, 12 ms lookup
PASS
1 A records, 12 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 68.183.100.95
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
Has 1 IPv6 (AAAA) record(s)
Got: 2604:a880:400:d1:0:2:16bc:d001
Info::
4 nameserver(s) configured
Got: ns1.dnsimple.com, ns2.dnsimple.com, ns3.dnsimple.com, ns4.dnsimple.com
Info::
1 mail exchanger(s) configured
Info::
CAA records not checked
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Info::
SPF record present in TXT
Info::
DNS resolution time: 12 ms
Got: 12 ms
A68.183.100.95
AAAA2604:a880:400:d1:0:2:16bc:d001
CNAME
NSns1.dnsimple.com, ns2.dnsimple.com, ns3.dnsimple.com, ns4.dnsimple.com
MX
10 lobste.rs
TXT
SPF v=spf1 mx -all
CAALookup not available with standard resolver
Resolved in 12 ms

Multiple A records provide failover if one server goes down.

Why this matters

Single A record means a single point of failure — if that IP goes down, your site is unreachable until DNS TTL expires.

Learn more

Add multiple A records for round-robin failover, or use a managed DNS provider with health-checked failover (Route 53, Cloudflare, NS1). Short TTL (60-300s) lets clients recover faster on outages.

Source: SRE practice / DNS architecture

CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.

Why this matters

Informational: CAA (Certification Authority Authorization) records weren't checked in this scan.

A+
Redirect Chain
No redirects — direct access
PASS
No redirects — direct access
Info::
No redirects — direct access
Got: https://lobste.rs

https://lobste.rs

270 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://lobste.rs200270 msHTTP/1.1
A
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
PASS
www/non-www, trailing slash, HTTP→HTTPS
Info::
www/non-www redirect configured correctly (preferred: non-www)
Warning::
HTTP→HTTPS redirect uses 302 instead of 301
Got: 302 temporary redirect Expected: 301 permanent redirect

www / non-www

302https://www.lobste.rs/
200https://lobste.rs/

Preferred variant: non-www

HTTP → HTTPS

308http://lobste.rs/ https://lobste.rs/

Use 301 (permanent) instead of 302 (temporary)

A+
Domain Intelligence
lobste.rs — via Mainstream Public Cloud Services d.o.o., hosted on DigitalOcean
PASS
lobste.rs — via Mainstream Public Cloud Services d.o.o., hosted on DigitalOcean
Info::
Registrar: Mainstream Public Cloud Services d.o.o.
Warning::
Registrar lock is NOT enabled
The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
Info::
Hosting: DigitalOcean
Got: AS14061
Domain expiry

Unknown

SSL certificate

77 days

Issued by Let's Encrypt

Domain age

Unknown

DNSSEC

Status unknown

Protects against DNS spoofing

Hosting

DigitalOcean

ASN AS14061

68.183.100.95

Registrar

Mainstream Public Cloud Services d.o.o.

Unlocked 4 NS records
Expiry timeline
Today
+1 year
SSL expiry Danger zone (≤30 days)
Recommended actions
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar Mainstream Public Cloud Services d.o.o.
Name Servers ns1.dnsimple.com, ns2.dnsimple.com, ns3.dnsimple.com, ns4.dnsimple.com
Registrant Individual
Hosting
IP Address 68.183.100.95
ASN AS14061 (DIGITALOCEAN-ASN - DigitalOcean, LLC, US)
Provider DigitalOcean
Data source: whois (0.9s)

The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

Why this matters

Without registrar lock, an attacker who phishes your registrar credentials can transfer the domain in minutes — total brand hijack.

Learn more

Registrar lock (clientTransferProhibited, clientUpdateProhibited, clientDeleteProhibited) requires extra verification before any transfer/update/delete. Every major registrar offers it free. Combined with 2FA on your registrar account, it's the strongest defense against domain hijacking.

Source: ICANN / domain-security best practice

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback