# Virgil Rebuild ## Standing up a new container ```sh root@tk2022:~# incus profile edit admin-lan config: {} description: "" devices: eth1: name: eth1 nictype: bridged parent: br1 type: nic name: admin-lan project: default ``` ```sh root@tk2022:~# incus init trixie -p default -p susdev25 -p admin-lan virgil -c cloud-init.network-config="$(cat < /etc/resolv.conf < # resolv.conf from original.resolvconf nameserver 69.41.138.98 nameserver 8.8.4.4 search suspectdevices.com fromhell.com vpn > EOD ``` ## Install tinyproxy ```sh apt install tinyproxy -y cat > /etc/tinyproxy/tinyproxy.conf < Index of /ubuntu ``` ## Wireguard ## References: - [https://oneuptime.com/blog/post/2026-03-02-how-to-disable-systemd-resolved-and-use-etc-resolv-conf-directly-on-ubuntu/view](https://oneuptime.com/blog/post/2026-03-02-how-to-disable-systemd-resolved-and-use-etc-resolv-conf-directly-on-ubuntu/view) - [https://www.digithink.com/rethinkeverything/norouter/wireguard-and-tinyproxy/](https://www.digithink.com/rethinkeverything/norouter/wireguard-and-tinyproxy/)