struct Host { pub mut: ip string domain string }
struct HostsFile { pub mut: sections []Section }
Todo: will be broken now
struct Section { pub mut: name string hosts []Host }