diff --git a/IX. ‘How-to’ guides/64.3. Use a random unassigned HTTP port.md b/IX. ‘How-to’ guides/64.3. Use a random unassigned HTTP port.md index e69de29..6978dce 100644 --- a/IX. ‘How-to’ guides/64.3. Use a random unassigned HTTP port.md +++ b/IX. ‘How-to’ guides/64.3. Use a random unassigned HTTP port.md @@ -0,0 +1,3 @@ +### 64.3. 使用随机未分配的HTTP端口 + +想扫描一个未使用的端口(为了防止冲突使用OS本地端口)可以使用`server.port=0`。