diff --git a/docs/config/transport.md b/docs/config/transport.md index b29cf69f..aa372c67 100644 --- a/docs/config/transport.md +++ b/docs/config/transport.md @@ -1037,14 +1037,16 @@ FinalMask 在核心处理完包括 TLS/REALITY 在内的传输层加密后,对 "password": "", "ascii": "", - "customTable": "", - "customTables": [""], + "customTable": "", // 官方文档字段名为 custom_table + "customTables": [""], // 官方文档字段名为 custom_tables - "paddingMin": 0, - "paddingMax": 0 + "paddingMin": 0, // 官方文档字段名为 padding_min + "paddingMax": 0 // 官方文档字段名为 padding_max } ``` +含义见其 [官方文档](https://github.com/SUDOKU-ASCII/sudoku/blob/main/configs/README.zh_CN.md) 文档字段 + > `udp[n].type`: header-custom | header-dns | header-dtls | header-srtp | header-utp | header-wechat | header-wireguard | mkcp-original | mkcp-aes128gcm | noise | salamander | sudoku | xdns | xicmp 数组第一个为最外层伪装。 @@ -1186,6 +1188,8 @@ FinalMask 在核心处理完包括 TLS/REALITY 在内的传输层加密后,对 } ``` +同 TCP 版本 + #### xdns ```json diff --git a/docs/en/config/transport.md b/docs/en/config/transport.md index 2ee7f63f..1ec70e40 100644 --- a/docs/en/config/transport.md +++ b/docs/en/config/transport.md @@ -1024,14 +1024,16 @@ Used in conjunction with raw | httpupgarde | websocket | gRPC | xhttp transport "password": "", "ascii": "", - "customTable": "", - "customTables": [""], + "customTable": "", // custom_table in official docs + "customTables": [""], // custom_tables in official docs - "paddingMin": 0, - "paddingMax": 0 + "paddingMin": 0, // padding_min in official docs + "paddingMax": 0 // padding_max in official docs } ``` +See [official documentation](https://github.com/SUDOKU-ASCII/sudoku/blob/main/configs/README.md) for field descriptions. + > `udp[n].type`: header-custom | header-dns | header-dtls | header-srtp | header-utp | header-wechat | header-wireguard | mkcp-original | mkcp-aes128gcm | noise | salamander | sudoku | xdns | xicmp The first element in the array is the outermost camouflage. @@ -1169,6 +1171,8 @@ For example, if you own example.com, then you can set an A record for a.example. } ``` +Same as the TCP version. + #### xdns ```json diff --git a/docs/ru/config/transport.md b/docs/ru/config/transport.md index fcfb651b..d1405bf3 100644 --- a/docs/ru/config/transport.md +++ b/docs/ru/config/transport.md @@ -1049,14 +1049,16 @@ FinalMask применяет последний слой маскировки к "password": "", "ascii": "", - "customTable": "", - "customTables": [""], + "customTable": "", // custom_table в официальной документации + "customTables": [""], // custom_tables в официальной документации - "paddingMin": 0, - "paddingMax": 0 + "paddingMin": 0, // padding_min в официальной документации + "paddingMax": 0 // padding_max в официальной документации } ``` +См. [официальную документацию](https://github.com/SUDOKU-ASCII/sudoku/blob/main/configs/README.md) для описания полей. + > `udp[n].type`: header-custom | header-dns | header-dtls | header-srtp | header-utp | header-wechat | header-wireguard | mkcp-original | mkcp-aes128gcm | noise | salamander | sudoku | xdns | xicmp Первый элемент в массиве — это самый внешний камуфляж. @@ -1200,6 +1202,8 @@ FinalMask применяет последний слой маскировки к } ``` +Аналогично версии TCP. + #### xdns ```json