Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Jun 8, 2024
1 parent 9aff403 commit a9de46c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/config/syntax.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Clash's `*` wildcard can only match one-level domains.

`*.baidu.com` only matches `tieba.baidu.com` and not `123.tieba.baidu.com` or `baidu.com`.

A single `'*'` only matches domains like `localhost`.
`*` only matches hostnames without a `.` such as `localhost`.

### Wildcard `+`

Expand Down
16 changes: 8 additions & 8 deletions docs/config/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,27 +145,27 @@ proxy-providers:

### 通配符 `*`

Clash 的通配符 \* 一次只能匹配一级域名
Clash 的通配符 `*` 一次只能匹配一级域名

\*.baidu.com 只匹配 tieba.baidu.com 而不匹配 123.tieba.baidu.com 或者 baidu.com
`*.baidu.com` 只匹配 `tieba.baidu.com` 而不匹配 `123.tieba.baidu.com` 或者 `baidu.com`

`'*'`只匹配 localhost 等域
`*`只匹配 localhost 等没有`.`的主机名

### 通配符 `+`

通配符 + 类似 DOMAIN-SUFFIX, 可以一次性匹配多个级别

+.baidu.com 匹配 tieba.baidu.com 和 123.tieba.baidu.com 或者 baidu.com
`+.baidu.com` 匹配 `tieba.baidu.com``123.tieba.baidu.com` 或者 `baidu.com`

通配符 只能用于域名前缀匹配
通配符 `` 只能用于域名前缀匹配

### 通配符 `.`

通配符 . 可以一次性匹配多个级别

.baidu.com 匹配 tieba.baidu.com 和 123.tieba.baidu.com, 但不能匹配 baidu.com
`.baidu.com` 匹配 `tieba.baidu.com``123.tieba.baidu.com`, 但不能匹配 `baidu.com`

通配符 . 只能用于域名前缀匹配
通配符 `.` 只能用于域名前缀匹配

### 使用示例

Expand All @@ -181,7 +181,7 @@ fake-ip-filter:

## 端口范围

mihomo 可以使用 - 来匹配端口范围,使用 / 来区分多个端口/端口范围
mihomo 可以使用 `-` 来匹配端口范围,使用 `/` 来区分多个端口/端口范围

### 示例

Expand Down

0 comments on commit a9de46c

Please sign in to comment.