/etc/resolv.conf empty after DA update

restart NetworkManager , you will see.. which's software touch the resolv.conf 😅
 
I don't know why people keep edit directly to the file without read the warning description in that file.

even cli have command to edit network without touch the file 🙄
Code:
nmcli con mod "$connectionName" ipv4.dns "8.8.8.8 8.8.4.4"
 
Back
Top