Kobe Arthur Scofield 6d04c95a7b
Update docs to cover 1.5.0 (#280)
* Update missing DNS schemes

Add DNS over TCP
Add DNS over TCP local
Add DNS over QUIC local

* Tweaking details

* Refine DNS doc

* Add `tcpKeepAliveInterval` to SockOpt

According to [XTLS/Xray-core/pull/754]

* Add header and method to HTTP/2 transport

According to XTLS/Xray-core/#755

* Make it prettier

* Fix punctuations

* Add `pinnedPeerCertificateChainSha256` option

Added in 1.5.1 and now batch adding it into docs.

* Add `X-Real-IP` header note

Introduced in XTLS/Xray-core#769

* Add `certChainHash` note

* Update commands

Add `certChainHash`
Provide more details

* Add inbound missing contents

- Comma separated listening port segments
- New sniffers `fakedns+others` and `quic`
- New sniffing option `routeOnly`
- Some refinements

* Add domain socket access indicator

* Fix typo

* Update descriptions for FakeDNS

* Refine DNS over TCP

* Make it preetier in DNS doc

* Make the statement clear

* Attemp to make it prettier in inbound docs

* Update fakedns.md

* Update inbound.md

* Update fakedns.md

* Update grpc.md

* Update fakedns.md

* Update command.md

* Detailed description for `metadataOnly`

* `pinnedPeerCertificateChainSha256` should be a list
2022-06-20 22:16:41 -04:00
..
2021-03-20 23:25:07 +08:00
2022-06-20 22:16:41 -04:00
2022-06-20 22:16:41 -04:00
2021-03-20 23:25:07 +08:00
2021-03-16 23:57:15 +08:00
2021-09-24 20:23:53 +08:00
2021-03-16 23:57:15 +08:00
2021-07-05 18:57:44 +08:00

传输方式

这个章节包含了目前所有的传输方式及相关的具体配置.

传输方式列表

tcpSettings: TcpObject

针对 TCP 连接的配置。

wsSettings: WebSocketObject

针对 WebSocket 连接的配置。

dsSettings: DomainSocketObject

针对 Domain Socket 连接的配置。

kcpSettings: KcpObject

针对 mKCP 连接的配置。

httpSettings: HttpObject

针对 HTTP/2 连接的配置。

quicSettings: QuicObject

针对 QUIC 连接的配置。

grpcSettings: GRPCObject

针对 gRPC 连接的配置。