mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 08:31:30 +00:00
Update documentation
This commit is contained in:
parent
31a2e368cc
commit
aa4435c775
|
@ -1,3 +1,12 @@
|
||||||
|
#### 2022/08/24
|
||||||
|
|
||||||
|
* Fix naive padding
|
||||||
|
* Fix unix search path
|
||||||
|
* Fix close non-duplex connections
|
||||||
|
* Add ACME EAB support
|
||||||
|
* Fix early close on windows and catch any
|
||||||
|
* Initial zh-CN document translation
|
||||||
|
|
||||||
#### 2022/08/23
|
#### 2022/08/23
|
||||||
|
|
||||||
* Add [V2Ray Transport](/configuration/shared/v2ray-transport) support for VMess and Trojan
|
* Add [V2Ray Transport](/configuration/shared/v2ray-transport) support for VMess and Trojan
|
||||||
|
|
|
@ -49,7 +49,7 @@ tproxy UDP 被认为性能很差,因为在 v2ray 和 clash 中每次回写都
|
||||||
|
|
||||||
sing-box 的 `auto_route` 将劫持所有 DNS 请求,除了 [特殊情况](./known-issues#dns)。
|
sing-box 的 `auto_route` 将劫持所有 DNS 请求,除了 [特殊情况](./known-issues#dns)。
|
||||||
|
|
||||||
您需要手动配置以处理 tun 劫持的 DNS 流量,请参阅 [DNS劫持](/cn/examples/dns-hijack)。
|
您需要手动配置以处理 tun 劫持的 DNS 流量,请参阅 [DNS劫持](/zh/examples/dns-hijack)。
|
||||||
|
|
||||||
#### 为什么我不能将它与其他本地代理一起使用(例如通过 socks)?
|
#### 为什么我不能将它与其他本地代理一起使用(例如通过 socks)?
|
||||||
|
|
||||||
|
|
|
@ -52,18 +52,18 @@
|
||||||
|
|
||||||
#### Routing Rule
|
#### Routing Rule
|
||||||
|
|
||||||
| Rule | v2ray-core | clash |
|
| Rule | v2ray-core | clash |
|
||||||
|----------------------|------------|-------|
|
|----------------------|----------------------------|-------|
|
||||||
| Inbound | ✔ | X |
|
| Inbound | ✔ | X |
|
||||||
| IP Version | X | X |
|
| IP Version | X | X |
|
||||||
| User from inbound | X | X |
|
| User from inbound | vmess and shadowsocks only | X |
|
||||||
| Sniffed protocol | ✔ | X |
|
| Sniffed protocol | ✔ | X |
|
||||||
| GeoSite | ✔ | X |
|
| GeoSite | ✔ | X |
|
||||||
| Process name | X | ✔ |
|
| Process name | X | ✔ |
|
||||||
| Android package name | X | X |
|
| Android package name | X | X |
|
||||||
| Linux user/user id | X | X |
|
| Linux user/user id | X | X |
|
||||||
| Invert rule | X | X |
|
| Invert rule | X | X |
|
||||||
| Logical rule | X | X |
|
| Logical rule | X | X |
|
||||||
|
|
||||||
#### DNS
|
#### DNS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue