The problem was solved for me when I set `dns=default` in NetworkManager.conf
``` cat /etc/NetworkManager/NetworkManager.conf [main] plugins=ifupdown,keyfile ; dns=dnsmasq dns=default
[ifupdown] managed=false
[device] wifi.scan-rand-mac-address=no ```
P.S. It also solve other DNS problems for me.
The problem was solved for me when I set `dns=default` in NetworkManager.conf
``` ager/NetworkMan ager.conf ifupdown, keyfile
cat /etc/NetworkMan
[main]
plugins=
; dns=dnsmasq
dns=default
[ifupdown]
managed=false
[device] rand-mac- address= no
wifi.scan-
```
P.S. It also solve other DNS problems for me.