#
# https://wiki.alpinelinux.org/wiki/Configure_Networking
#

auto lo
iface lo inet loopback

# register host in dhcp
udhcpc_opts -h $HOSTNAME
