@@ -254,19 +254,19 @@ nodepass "server://0.0.0.0:10101/0.0.0.0:8080?log=info&tls=1&proxy=1&rate=100"
254254
255255NodePass allows flexible configuration via URL query parameters. The following table shows which parameters are applicable in server, client, and master modes:
256256
257- | Parameter | Description | server | client | master |
258- | -----------| ----------------------| :------:| :------:| :------:|
259- | ` log ` | Log level | O | O | O |
260- | ` tls ` | TLS encryption mode | O | X | O |
261- | ` crt ` | Custom certificate path| O | X | O |
262- | ` key ` | Custom key path | O | X | O |
263- | ` min ` | Minimum pool capacity | X | O | X |
264- | ` max ` | Maximum pool capacity | O | X | X |
265- | ` mode ` | Run mode control | O | O | X |
266- | ` read ` | Data read timeout | O | O | X |
267- | ` rate ` | Bandwidth rate limit | O | O | X |
268- | ` slot ` | Maximum connection limit | O | O | X |
269- | ` proxy ` | PROXY protocol support| O | O | X |
257+ | Parameter | Description | Default | server | client | master |
258+ | -----------| ----------------------| --------- | :------:| :------:| :------:|
259+ | ` log ` | Log level | ` info ` | O | O | O |
260+ | ` tls ` | TLS encryption mode | ` 0 ` | O | X | O |
261+ | ` crt ` | Custom certificate path| N/A | O | X | O |
262+ | ` key ` | Custom key path | N/A | O | X | O |
263+ | ` min ` | Minimum pool capacity | ` 64 ` | X | O | X |
264+ | ` max ` | Maximum pool capacity | ` 1024 ` | O | X | X |
265+ | ` mode ` | Run mode control | ` 0 ` | O | O | X |
266+ | ` read ` | Data read timeout | ` 1h ` | O | O | X |
267+ | ` rate ` | Bandwidth rate limit | ` 0 ` | O | O | X |
268+ | ` slot ` | Maximum connection limit | ` 65536 ` | O | O | X |
269+ | ` proxy ` | PROXY protocol support| ` 0 ` | O | O | X |
270270
271271- O: Parameter is valid and recommended for configuration
272272- X: Parameter is not applicable and should be ignored
0 commit comments