Example Static IP Netplan
(2026-08-21)
etplan set "ethernets.eth0.addresses=[172.17.12.91/24]"
netplan set "ethernets.eth0.routes=\"[{to: 0.0.0.0/0 via: 172.17.12.1}]\""
netplan set "ethernets.eeth0.dhcp4=false"
netplan set "ethernets.eth0.nameservers.addresses=[1.1.1.1, 9.9.9.9]"
netplan set "ethernets.eth0.nameservers.search=[xdroop.com]"