MQTT bridge with meshtastic public mqtt?

I’ve got a few nodes setup for testing with plans on putting a router client board on a chimney mount antenna. I’ve also got a mosquito mqtt server running on a raspberry pi that everything logs into. I’m very new to this but i was curious if it was possible to link my mqtt server to meshtastic’s public mqtt so i have access to other nodes connected to the public mesh.

figured it out… in the mosquitto config:
connection bridge-01
address mqtt.meshtastic.org:1883

topic # out 0
topic # in 0

remote_username meshdev
remote_password

now to figure out filtering and how to get on the meshmap