Update README.

This commit is contained in:
Christian Deacon
2025-03-23 21:15:15 -04:00
parent b4a1c00149
commit dcfa506264

View File

@@ -213,8 +213,8 @@ You may additionally specified UDP header options for a filter rule which start
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| udp_enabled | bool | `false` | Whether to enable UDP on this filter rule. |
| udp_sport | int | `NULL` | The UDP source port to match with single range support (e.g., `"27000-27015"`). |
| udp_dport | int | `NULL` | The UDP destination port to match with single range support (e.g., `"27000-27015"`). |
| udp_sport | int \| string | `NULL` | The UDP source port to match with single range support (e.g., `"27000-27015"`). |
| udp_dport | int \| string | `NULL` | The UDP destination port to match with single range support (e.g., `"27000-27015"`). |
#### ICMP Options
You may additionally specified UDP header options for a filter rule which start with `icmp_`.