Browse Source

Add domainsExcluded

pull/60/head
hmol233 4 years ago
parent
commit
a6b0ec58e0
No known key found for this signature in database
GPG Key ID: D617A9DAB0C992D5
  1. 11
      docs/config/inbound.md

11
docs/config/inbound.md

@ -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…
Cancel
Save