Yamaha receiver problem with Knot DNS

Looking at my DNS answers using wire shark, they have the IP DF flag set to 0x02 also, in wireshark, there is a hint that this means “do not fragment”, which I take to translate to this is a whole package of information, do not split it if it is routed through somewhere ?

See Internet Protocol version 4 - Wikipedia

Flags
A three-bit field follows and is used to control or identify fragments. They are (in order, from high order to low order):
bit 0: Reserved; must be zero.[note 1]
bit 1: Don’t Fragment (DF)
bit 2: More Fragments (MF)
If the DF flag is set, and fragmentation is required to route the packet, then the packet is dropped. This can be used when sending packets to a host that does not have sufficient resources to handle fragmentation. It can also be used for Path MTU Discovery, either automatically by the host IP software, or manually using diagnostic tools such as ping or traceroute. For unfragmented packets, the MF flag is cleared. For fragmented packets, all fragments except the last have the MF flag set. The last fragment has a non-zero Fragment Offset field, differentiating it from an unfragmented packet.