Ding ding ding we have a winner!!!!

cat /etc/resolv.conf
# Generated by NetworkManager
search example.org
nameserver 127.0.0.1
nameserver ::1
options edns0 trust-ad

This make this work

sudo cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

[device]
wifi.scan-rand-mac-address=no

[global-dns]
searches=example.org
options=edns0 trust-ad

cat /etc/NetworkManager/system-connections/Wired\ connection\ 1.nmconnection
[connection]
id=Wired connection 1
uuid=fe51b7a9-f0a9-32b9-ba1d-7a4dd08d0718
type=ethernet
autoconnect-priority=-999
interface-name=end0
timestamp=1697818643

[ethernet]

[ipv4]
dns=127.0.0.1;
dns-search=example.org;
ignore-auto-dns=true
method=auto

[ipv6]
addr-gen-mode=default
dns=::1;
dns-search=example.org;
ignore-auto-dns=true
method=auto
[proxy]

[.nmmeta]
nm-generated=true



--
It's not easy to be me

Reply via email to