File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,27 +284,27 @@ Early Data 首包长度阈值
284284
285285### xhttp-opts.x-padding-key
286286
287- 用于存储填充值的键名。其含义取决于 x-padding-placement:
287+ 用于存储填充值的键名。其含义取决于 ` x-padding-placement ` :
288288
289- * URL 中查询参数的名称(如果 placement 为 queryInHeader)
289+ * URL 中查询参数的名称(如果 placement 为 ` queryInHeader ` )
290290* cookie 的名称
291291* HTTP 标头的名称
292292* URL 查询参数的名称
293293
294294### xhttp-opts.x-padding-header
295295
296- HTTP 标头的名称。仅当 x-padding-placement 为 header 或 queryInHeader 时才相关
296+ HTTP 标头的名称。仅当 ` x-padding-placement ` 为 ` header ` 或 ` queryInHeader ` 时才相关
297297
298298### xhttp-opts.x-padding-placement
299299
300- 定义填充值的放置位置。可选值:queryInHeader、 cookie、 header、 query。仅当 x-padding-obfs-mode 为 true 时才有效
300+ 定义填充值的放置位置。可选值:` queryInHeader ` 、 ` cookie ` 、 ` header ` 、 ` query ` 。仅当 ` x-padding-obfs-mode ` 为 true 时才有效
301301
302302### xhttp-opts.x-padding-method
303303
304304定义填充值的生成方式
305305
306- * repeat-x:默认方法(一个包含 X 个字符的长序列)
307- * tokenish:生成一个随机的 Base62 标记
306+ * ` repeat-x ` :默认方法(一个包含 X 个字符的长序列)
307+ * ` tokenish ` :生成一个随机的 Base62 标记
308308
309309### xhttp-opts.sc-max-each-post-bytes
310310
You can’t perform that action at this time.
0 commit comments