From c0d3fd3b40168ef36eedd48f8ac3754d68c8f08d Mon Sep 17 00:00:00 2001 From: samlm0 Date: Wed, 6 Jul 2022 14:37:47 +0800 Subject: [PATCH] fix: description error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c3fa0..bd2c062 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ docker run -d --restart always --network host wikihostinc/looking-glass-server | PUBLIC_IPV4 | 1.1.1.1 | (fetch from http://ifconfig.co) | The IPv4 address of the server | | PUBLIC_IPV6 | fe80::1 | (fetch from http://ifconfig.co) | The IPv6 address of the server| | DISPLAY_TRAFFIC | true | true | Toggle the streaming traffic graph | -| ENABLE_SPEEDTEST | true | true | Toggle the streaming traffic graph | +| ENABLE_SPEEDTEST | true | true | Toggle the speedtest feature | | UTILITIES_PING | true | true | Toggle the ping feature | | UTILITIES_TRACEROUTE | true | true | Toggle the traceroute feature | | UTILITIES_IPERF3 | true | true | Toggle the iperf3 feature |