# 功能介绍

anytlssoga 后端特点

* 专为面板对接打造，`全新实现`每个协议（**soga 是完全重写的独立内核，不基于任何 core**），`极致优化`内存和 CPU 性能，[详情查看](https://soga.yougotme.cc/test/vmess-test)
* 内置 webapi 接口，支持自定义开发 webapi 对接，[开发文档](https://soga.yougotme.cc/doc/soga-v1-webapi-kai-fa-wen-dang)，也支持常见面板对接
* 一键安装，配置简单明了
* 所有协议均实现 UDP FullCone
* 搭配 [pass 隧道](https://pass.yougotme.cc/)，可获取用户真实 IP，udp 连接也能获取真实 IP

## 功能介绍

{% hint style="info" %}
所有后端类型均支持以下功能
{% endhint %}

<figure><img src="https://3681728773-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M36NbxOl4nTuepXxBV1%2Fuploads%2F2osZ6ScFm7JBTV8PsdXX%2Fimage.png?alt=media&#x26;token=11fd02f2-a5c5-422e-8d2e-fe7e98dcbaf0" alt=""><figcaption></figcaption></figure>

### 支持的面板

<figure><img src="https://3681728773-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M36NbxOl4nTuepXxBV1%2Fuploads%2FtctY2yECJMRx6suWZoLB%2Fimage.png?alt=media&#x26;token=475bb32b-0b9e-4ca6-99c3-430f5fd84e8b" alt=""><figcaption></figcaption></figure>

### v2ray 后端类型支持的协议

| 协议        | tls | websocket | http2 | grpc |
| --------- | --- | --------- | ----- | ---- |
| VMessMd5  | ✅   | ✅         | ✅     | ✅    |
| VMessAEAD | ✅   | ✅         | ✅     | ✅    |
|           |     |           |       |      |

### trojan 后端类型支持的协议

| 协议     | tls | websocket | grpc |
| ------ | --- | --------- | ---- |
| trojan | ✅   | ✅         | ✅    |

### ss 后端类型支持的加密

| 加密                      | 混淆                 |
| ----------------------- | ------------------ |
| chacha20-ietf-poly1305  | simple\_obfs\_http |
| aes-128-gcm             |                    |
| aes-192-gcm             |                    |
| aes-256-gcm             |                    |
|                         |                    |
| 2022-blake3-aes-128-gcm |                    |
| 2022-blake3-aes-256-gcm |                    |

### ssr 后端类型支持的加密

> 混淆+协议单端口支持以下加密、协议、混淆

| 加密                     | 协议                 | 混淆                   |
| ---------------------- | ------------------ | -------------------- |
| none                   | origin             | plain                |
| rc4                    | auth\_aes128\_md5  | http\_simple         |
| rc4-md5                | auth\_aes128\_sha1 | http\_post           |
| aes-128-cfb            | auth\_chain\_a     | tls1.2\_ticket\_auth |
| aes-192-cfb            | auth\_chain\_b     | simple\_obfs\_http   |
| aes-256-cfb            | auth\_chain\_c     | simple\_obfs\_tls    |
| aes-128-ctr            | auth\_chain\_d     |                      |
| aes-192-ctr            | auth\_chain\_e     |                      |
| aes-256-ctr            | auth\_chain\_f     |                      |
| aes-128-ofb            |                    |                      |
| aes-192-ofb            |                    |                      |
| aes-256-ofb            |                    |                      |
| chacha20               |                    |                      |
| chacha20-ietf          |                    |                      |
| salsa20                |                    |                      |
| aes-128-gcm            |                    |                      |
| aes-192-gcm            |                    |                      |
| aes-256-gcm            |                    |                      |
| chacha20-ietf-poly1305 |                    |                      |

### vless 后端类型支持的协议

| 协议       | tls | reality             | websoket | http2 | grpc |
| -------- | --- | ------------------- | -------- | ----- | ---- |
| vless    | ✅   | ✅(xtls-rprx-vision) | ✅        | ✅     | ✅    |
| vless 加密 | ✅   | ✅(xtls-rprx-vision) | ✅        | ✅     | ✅    |

### hysteria 后端类型支持的协议

| 协议          | 支持情况 |
| ----------- | ---- |
| hysteria v2 | ✅    |

### anytls 后端类型支持的协议

| 协议                   | 支持情况 |
| -------------------- | ---- |
| anytls v1+v2         | ✅    |
| anytls paddingScheme | ✅    |


---

# Agent Instructions: 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:

```
GET https://soga.yougotme.cc/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
