Way to remove stale advertised DHT multiaddrs for my node?

I’m testing using this website: https://ipfs-check.on.fleek.co

And I see that my node advertised docker internal IPv4 addresses because I used AppendAnnounce in my config, instead of just Announce.

Can I force advertise only a single dns4 address, or do I just need to be patient?

Basically, now I’m just getting this:

✔ Successfully connected to multiaddr
✔ Found multiaddrs advertised in the DHT:
	/ip4/[REDACTED]/tcp/4001/p2p/[REDACTED]/p2p-circuit
	/ip4/[REDACTED]/udp/4001/quic/p2p/[REDACTED]/p2p-circuit
	/ip4/[REDACTED]/tcp/4001/p2p/[REDACTED]/p2p-circuit
✔ Found multihash advertised in the dht
❌ There was an error downloading the CID from the peer: transient connection to peer

Anyone know what this means?