Variable RegistryConfig.port

The port to bind to - Default to the standard DNS port (53)

struct RegistryConfig
{
  // ...
  ushort port = cast(ushort)53u;
  // ...
}