def dns_updated(self, subdomain, result):
        for delegate in self.delegates:
            with _ignore_errors():
                delegate.dns_updated(subdomain, result)