I am using systemd-networkd
and systemd-resolved
. I have /etc/resolv.conf
being a symlink to /run/systemd/resolve/stub-resolv.conf
as recommended.
I guess that /run/systemd/resolve/stub-resolv.conf
must be auto-generated, so I would like to know if there is a way to add custom DNS options so the generated file includes them. I'm talking about options like this one: options single-request-reopen
.