> For the complete documentation index, see [llms.txt](https://docs.tcpshield.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tcpshield.com/faq.md).

# FAQ

This is the FAQ for Miscellaneous answers to questions we often receive.

## Can you protect things other than Minecraft?

In the past we have promised our customer that a general DDoS mitigation solution is on the way. And as of April 2025, the promise has been fulfilled: we currently support **ALL APPLICATIONS AND GAMES** using our newest [Sentry Tunnel](/vxlan/sentry-tunnel-features.md).

That said, we still offer specialized support for **Minecraft**, including both [**Java Edition**](/panel/panel-configuration.md) and [**Bedrock**](/premium-features/geyser.md). Both can be routed through a single **CNAME record** for simplicity. Please note: [**Bedrock support is available only on the Premium plan**,](/premium-features/geyser.md) while **Java Edition** is supported on all plans.

## What are the limitations of TCPShield? How much capacity do you have?

Our layer 4 capacity sits at 16 Tbps, and layer 7 up to an unlimited amount of connections per second.

## How much does TCPShield cost?

TCPShield offers a free tier for anyone to use. We also have premium plans that give all kinds of goodies and increased limits which will scale to the largest of minecraft servers. You can read more about our plans [here](https://panel.tcpshield.com/billing/plans).&#x20;

## Some person is using my assets on your network. Can you remove them from your service?

No. We only respond to court orders & other legal take down requests.

## Can you have all my traffic routed to XYZ?

Maybe, but doing so would jeopardize your ability to benefit from globally distributed network and the resiliency that comes with it. Unless you really understand the implications of requesting this, it's best not to.

## Where are TCPShield proxies located?

We currently have frontend proxies located in:

* Los Angeles, US
* New York, US
* Seattle, US
* Dallas, US
* Ashburn, US
* Amsterdam, NL
* London, UK
* Frankfurt, DE
* Tokyo, JP
* Singapore, SG
* Seoul, KR
* Sydney, AU

Available on paid plans (inquire for more details):

* Warsaw, PL
* Paris, FR
* Miami, US

## Do you have any latency tests?

Absolutely! Check our latest results here on Hyperspin:

{% embed url="<https://www.hyperspin.com/quicktest.php?action=result&qtid=1526397&r=8610>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tcpshield.com/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
