From d47065b2b4b6ff02d69288b8649569e26efdd1de Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 2 Jun 2025 21:55:12 +0300 Subject: [PATCH] update --- docs/usb_ethernet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usb_ethernet.md b/docs/usb_ethernet.md index 524aa6b4..a274c2ed 100644 --- a/docs/usb_ethernet.md +++ b/docs/usb_ethernet.md @@ -61,8 +61,8 @@ Specifically to PiKVM V2+. When combined with configuring a DNS server, FTP, or Other useful firewall options are listed here: - | Parameter | Default | - |-----------------|----------| + | Parameter | Default | Description | + |-----------------|----------|-------------| | `allow_icmp` | `true` | Optional ICMP allowed to PiKVM. | | `allow_tcp` | `[]` | List of allowed TCP connections from the host to PiKVM. | | `allow_udp` | `[]` | List of allowed UDP connections from the host to PiKVM. |