Skip to content

Commit

Permalink
docs(dns): fix typo (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoG authored Nov 3, 2024
1 parent 78f4e34 commit efdf6dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/en/configuration/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ dns {
# alihttp3_path: 'http3://dns.alidns.com:443/dns-query'
# ali_quic: 'quic://dns.alidns.com:853'

# h3_cusotm_path: 'h3://dns.example.com:443/custom-path'
# http3_cusotm_path: 'http3://dns.example.com:443/custom-path'
# h3_custom_path: 'h3://dns.example.com:443/custom-path'
# http3_custom_path: 'http3://dns.example.com:443/custom-path'

# ali_doh: 'https://dns.alidns.com:443'
# ali_dot: 'tls://dns.alidns.com:853'

# doh_cusotm_path: 'https://dns.example.com:443/custom-path'
# doh_custom_path: 'https://dns.example.com:443/custom-path'
}
# The routing format of 'request' and 'response' is similar with section 'routing'.
# See https://github.com/daeuniverse/dae/blob/main/docs/en/configuration/routing.md
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/configuration/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ dns {
# alihttp3_path: 'http3://dns.alidns.com:443/dns-query'
# ali_quic: 'quic://dns.alidns.com:853'

# h3_cusotm_path: 'h3://dns.example.com:443/custom-path'
# http3_cusotm_path: 'http3://dns.example.com:443/custom-path'
# h3_custom_path: 'h3://dns.example.com:443/custom-path'
# http3_custom_path: 'http3://dns.example.com:443/custom-path'

# ali_doh: 'https://dns.alidns.com:443'
# ali_dot: 'tls://dns.alidns.com:853'

# doh_cusotm_path: 'https://dns.example.com:443/custom-path'
# doh_custom_path: 'https://dns.example.com:443/custom-path'
}
# 'request' 和 'response' 的 routing 格式和全局的 'routing' 类似。
# 参考 https://github.com/daeuniverse/dae/blob/main/docs/zh/configuration/routing.md
Expand Down
6 changes: 3 additions & 3 deletions example.dae
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ dns {
# alihttp3_path: 'http3://dns.alidns.com:443/dns-query'
# ali_quic: 'quic://dns.alidns.com:853'

# h3_cusotm_path: 'h3://dns.example.com:443/custom-path'
# http3_cusotm_path: 'http3://dns.example.com:443/custom-path'
# h3_custom_path: 'h3://dns.example.com:443/custom-path'
# http3_custom_path: 'http3://dns.example.com:443/custom-path'

# ali_doh: 'https://dns.alidns.com:443'
# ali_dot: 'tls://dns.alidns.com:853'

# doh_cusotm_path: 'https://dns.example.com:443/custom-path'
# doh_custom_path: 'https://dns.example.com:443/custom-path'
}
routing {
# According to the request of dns query, decide to use which DNS upstream.
Expand Down

0 comments on commit efdf6dd

Please sign in to comment.