# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
    address 185.251.89.51/22
    dns-nameservers 141.8.194.254 141.8.197.254
    gateway 185.251.88.1

# control-alias eth0
iface eth0 inet6 static
    address 2a0a:2b41:e:cd4d::/64
    gateway fe80::1
