Document that ISP proxies don't get automatic .gov routing - #596
Conversation
The residential page documents automatic .gov routing, but the ISP page says nothing, so a reader can reasonably infer .gov works across all proxy tiers. It doesn't: the upstream provider that handles .gov is only attached to residential proxies, and .gov requests through an ISP proxy fall back to the default provider, which refuses some .gov destinations. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Move the constraint into a Warning component, matching how this page already presents its country-targeting limits, and cut the section from 107 to 85 words so it sits closer to its counterpart on the residential page. Drops an editorial aside that used a register no other page does. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk assessment: Very Low
Scope: 1 file, +8 / −0 — proxies/isp.mdx only.
What changed: Adds a .gov support section with a <Warning> callout that ISP proxies do not get automatic .gov routing, plus a pointer to residential proxies / default egress.
Why Very Low:
- Documentation-only MDX. No application code, config, CI, or infrastructure changes.
- Small, isolated user-docs edit. Reuses the existing Mintlify
<Warning>component already used on this page family. - No shared systems, auth, billing, or production logic modified.
- No
CODEOWNERSfile in this repository, so code-owner review is not required.
Decision: Approve.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low
Scope: 1 file, +8 / −0 — proxies/isp.mdx only. HEAD is unchanged at 0f79a2d.
What the diff does: Adds a .gov support heading, a <Warning> callout, and one paragraph linking to the existing residential .gov section. No other files change.
Why Very Low:
- Isolated Mintlify documentation edit. No application code, config, CI, or infrastructure changes.
- Reuses the existing
<Warning>component already used on this docs surface. - No shared systems, auth, billing, or production logic modified.
- No
CODEOWNERSfile in this repository, so code-owner review is not required.
Decision: Risk is unchanged from the prior assessment of this same commit. This automation already approved 0f79a2d; not re-approving. Approval stands.
Sent by Cursor Automation: Assign PR reviewers


Summary
/proxies/residentialdocuments automatic.govrouting./proxies/ispsays nothing about it, so a reader can reasonably conclude.govworks across all proxy tiers. It doesn't.The upstream provider that handles
.govis attached only to residential proxies. A.govrequest through an ISP proxy falls back to the default provider, which carries some.govdestinations and refuses others. A refused request returns a502.This is worth calling out explicitly because ISP is the tier we recommend when someone needs a static exit IP, so the two requirements collide quietly and the failure gives no hint about its cause.
What changed
One new
## .gov supportsection on/proxies/isp, placed to mirror where the same section sits on/proxies/residential, with a pointer to the residential page and to running without a proxy.Verification
Behaviour checked against live
.govhosts through both an ISP proxy and a residential proxy before writing:www.tdlr.texas.govwww.medicalboard.ok.govforecast.weather.govmilogintp.michigan.govThat last row is why the copy says the default provider carries some
.govdestinations rather than none. An earlier draft of this wording claimed ISP proxies can't reach.govat all, which the table above disproves.The
#gov-supportanchor on the residential page resolves. No other pages touched.Deliberately out of scope
Mobile proxies have the same gap and
/proxies/mobileis also silent on it./proxies/overviewhas no.govmention at all. Both are tracked separately; this PR is kept to the one page where the omission is most likely to cost someone a debugging session.Not rendered locally — this repo has no
package.jsonandmintlify devwasn't available in this environment. The change is plain markdown with no components, so the risk is low, but it hasn't been previewed.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only change to proxies/isp.mdx with no runtime or API impact.
Overview
Adds a
.gov supportsection to the ISP proxies docs so readers don't assume.govrouting works the same as on residential proxies.The new copy warns that ISP proxies lack automatic
.govrouting (residential-only upstream), which can cause 502 responses on some hosts, and points users to residential proxies or no proxy when.govis required.Reviewed by Cursor Bugbot for commit 0f79a2d. Bugbot is set up for automated code reviews on this repo. Configure here.