From ffaf62c8b071c21dd3823697507b22889c26e660 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 9 Sep 2022 02:32:26 -0400 Subject: [PATCH] fixes aaaa Signed-off-by: Tommy --- content/os/NetworkManager Trackability Reduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/os/NetworkManager Trackability Reduction.md b/content/os/NetworkManager Trackability Reduction.md index 882d251..20e51fb 100644 --- a/content/os/NetworkManager Trackability Reduction.md +++ b/content/os/NetworkManager Trackability Reduction.md @@ -160,7 +160,7 @@ This script will be automatically triggered on connection events to modify the c After initiating first connection with a network: ```bash -$ nmcli c show connection | grep dhcp-send-hostname +$ nmcli c show | grep dhcp-send-hostname ipv4.dhcp-send-hostname: no ipv6.dhcp-send-hostname: no ```