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

# 功能介绍

soga 后端特点

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

## 功能介绍

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

<figure><img src="/files/PkJOphc2W7JbIBNDLaSV" alt=""><figcaption></figcaption></figure>

### 支持的面板

<figure><img src="/files/Dea90L3tHgEy7ZwdTDcE" 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 | ✅    |

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

| 协议             | 支持情况 |
| -------------- | ---- |
| mieru TCP 底层传输 | ✅    |
| mieru UDP 底层传输 | ❌    |
