> On 26 May 2026, at 03:08, Laurent Bercot <[email protected]> wrote: > > > Indeed shibari's wildcard record handling was buggy; I pushed a fix. > Can you please test against the latest shibari git head and tell me if > it's working for you? > > -- > Laurent >
Seems to work on head: ``` dig @2800:810:5a8:147e:523e:aaff:fea2:68b9 bag.mox.vice.ar aaaa ; <<>> DiG 9.10.6 <<>> @2800:810:5a8:147e:523e:aaff:fea2:68b9 bag.mox.vice.ar aaaa ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47581 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;bag.mox.vice.ar. IN AAAA ;; ANSWER SECTION: bag.mox.vice.ar. 86400 IN AAAA 2800:810:5a8:147e:523e:aaff:fea2:68b9 ;; Query time: 36 msec ;; SERVER: 2800:810:5a8:147e:523e:aaff:fea2:68b9#53(2800:810:5a8:147e:523e:aaff:fea2:68b9) ;; WHEN: Tue May 26 16:31:03 -03 2026 ;; MSG SIZE rcvd: 65 ```
