Fix NetworkManager privacy settings

This commit is contained in:
Peter Vacho 2026-03-11 15:00:19 +01:00
parent f854d71bfb
commit b9d279ca06
No known key found for this signature in database
GPG key ID: 00ACA0D6AF712EC9
4 changed files with 50 additions and 41 deletions

View file

@ -12,10 +12,9 @@
# nmcli connection modify <connection> ipv4.dhcp-send-hostname yes
# nmcli connection modify <connection> ipv6.dhcp-send-hostname yes
[ipv4]
dhcp-send-hostname=false
[connection]
ipv4.dhcp-send-hostname=false
[ipv6]
# Only applies on networks using DHCPv6. Most IPv6 networks use SLAAC
# instead, in which case this setting has no effect.
dhcp-send-hostname=false
ipv6.dhcp-send-hostname=false