Proxmox VE 上の LXC で systemd-resolved を使う
#Proxmox
#LXC
code:bash
touch /etc/.pve-ignore.resolv.conf
rm /etc/resolv.conf
ln -s /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
systemctl enable --now systemd-resolved