Pihole + Unbound cannot resolve specific domain

Suddenly I discover that some of my torrents went red with "hostname not found" and my desktop cannot resolve this specific domain:
https://rawkbawx.rocks/

Pihole query log says "OK (answered by localhost # 5335), SERVERFAIL)

Changed desktop dns to cloudflare and it works.

Then checked:

1st attempt:

dig rawkbawx.rocks @127.0.0.1 -p 5335

; <<>> DiG 9.16.42-Raspbian <<>> rawkbawx.rocks @127.0.0.1 -p 5335
;; global options: +cmd
;; connection timed out; no servers could be reached

2nd attempt:

dig rawkbawx.rocks @127.0.0.1 -p 5335

; <<>> DiG 9.16.42-Raspbian <<>> rawkbawx.rocks @127.0.0.1 -p 5335
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 44290
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;rawkbawx.rocks.			IN	A

;; Query time: 1129 msec
;; SERVER: 127.0.0.1#5335(127.0.0.1)
;; WHEN: Mon Sep 11 18:55:23 EEST 2023
;; MSG SIZE  rcvd: 43

I rebooted but nothing changed.
Any help?

It was working fine some hours ago.

Domain-specific failures are often related to maintenance work on the domain servers authoritative for that domain, or a switch of the domain's digital signatures (as used by DNSSEC validating resolvers like unbound), or sometimes misconfigurations.
Those kind of failures usually get sorted quickly by the domain's maintainers, i.e. they don't last for long.

Are you still observing that SERVFAIL?

No, I'm ok now. Actually, it was fine some hours after I made the post here.
Thank you!