mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2026-03-16 11:37:23 +00:00
Fix NetworkManager privacy settings
This commit is contained in:
parent
f854d71bfb
commit
b9d279ca06
4 changed files with 50 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue