1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2025-02-20 18:31:35 -05:00

fixes aaaa

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-09-09 02:32:26 -04:00
parent 18863e0c1c
commit ffaf62c8b0
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -160,7 +160,7 @@ This script will be automatically triggered on connection events to modify the c
After initiating first connection with a network: After initiating first connection with a network:
```bash ```bash
$ nmcli c show connection | grep dhcp-send-hostname $ nmcli c show <connection> | grep dhcp-send-hostname
ipv4.dhcp-send-hostname: no ipv4.dhcp-send-hostname: no
ipv6.dhcp-send-hostname: no ipv6.dhcp-send-hostname: no
``` ```