Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed May 6, 2024
1 parent c0a77e5 commit 5a93111
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/config/dns/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
dns:
enable: true
prefer-h3: true
use-hosts: true
use-system-hosts: true
listen: 0.0.0.0:1053
ipv6: true
default-nameserver:
Expand Down Expand Up @@ -70,7 +72,11 @@ fakeip 过滤,以下地址不会下发 fakeip 映射用于连接

## use-hosts

是否查询 hosts
是否查询配置中的 [hosts](./hosts.md),默认 true

## use-system-hosts

是否查询系统 hosts,默认 true

## default-nameserver

Expand Down
5 changes: 5 additions & 0 deletions docs/config/proxy-groups/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ proxy-groups:
interval: 300
lazy: true
timeout: 5000
max-failed-times: 5
disable-udp: true
interface-name: en0
Expand Down Expand Up @@ -65,6 +66,10 @@ proxy-groups:

健康检查超时时间,单位为毫秒

## max-failed-times

最大失败次数,超过则触发一次强制健康检查,默认 5

## disable-udp

禁用该策略组的`UDP`
Expand Down

0 comments on commit 5a93111

Please sign in to comment.