Variable Config.network

The list of IPs for use with network discovery

struct Config
{
  // ...
  immutable(Address[]) network ;
  // ...
}