Variable RegistryConfig.address

The address to bind to - All interfaces by default

struct RegistryConfig
{
  // ...
  string address = "0.0.0.0";
  // ...
}

You might want to set this to your public IP address so it doesn't bind to the local interface, which might be already used by systemd-resolvd.