mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-19 09:11:40 +03:00
Add domainsExcluded
This commit is contained in:
parent
071a4cad64
commit
a6b0ec58e0
@ -93,7 +93,8 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"destOverride": ["http", "tls", "fakedns"],
|
||||
"metadataOnly": false
|
||||
"metadataOnly": false,
|
||||
"domainsExcluded": []
|
||||
}
|
||||
```
|
||||
|
||||
@ -109,6 +110,14 @@
|
||||
|
||||
当启用时,将仅使用连接的元数据嗅探目标地址。此时,`http` 与 `tls` 将不能使用。
|
||||
|
||||
> `domainsExcluded`: [string] <Badge text="WIP" type="warning"/>
|
||||
|
||||
一个域名列表,如果流量探测结果在这个列表中时,将 **不会** 重置目标地址。
|
||||
|
||||
::: warning
|
||||
目前,`domainsExcluded` 不支持类似路由中的域名匹配方式。此选项未来可能会改变,不保证跨版本兼容。
|
||||
:::
|
||||
|
||||
### AllocateObject
|
||||
|
||||
```json
|
||||
|
Loading…
x
Reference in New Issue
Block a user