Commit ee3dcc9
authored
docs: explain reverse-proxy geo-blocking on the browser landing page (#1687)
* docs: explain reverse-proxy geo-blocking on the browser landing page
The landing page served on GET to the MCP URL is the splash users see when
they open their connection URL in a browser. The most common "I see the
welcome page but my AI client can't connect" cause is a reverse-proxy/CDN
geo-blocking rule that drops US IP addresses, where most AI/LLM services
connect from (e.g. Anthropic's 160.79.104.0/21).
Add a section telling users that seeing this page means the URL is set up
correctly, that the block is on the proxy/CDN side rather than HA-MCP, and
pointing them at geo/country rules and their proxy access logs.
Closes #1669.
* docs: anchor the Anthropic IP range to its source-of-truth doc
Add an inline code comment next to the 160.79.104.0/21 literal pointing at
Anthropic's published IP-addresses doc, so a future maintainer knows where
to re-verify the range if it ever changes.
* docs: broaden landing-page connection guidance
Restructure the reverse-proxy section into a list of common causes and add
the ones drawn from issue #1669: name Zoraxy alongside the other proxy
examples (the OP's reverse proxy), restore the WAF/bot-blocking/rate-limiting
check (from the OP's own diagnostic checklist), and note that AI-client
network blips and the client refusing certain domains/proxies can also
prevent a connection.
---------
Co-authored-by: kingpanther13 <kingpanther13@users.noreply.github.com>1 parent 3e07aab commit ee3dcc9
2 files changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
993 | 993 | | |
994 | 994 | | |
995 | 995 | | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
996 | 1021 | | |
997 | 1022 | | |
998 | 1023 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
0 commit comments