In case I'm way off the mark, what I'm actually trying to do is accept announcements from Lora access points from a central server that has a Lora interface itself. According to this chart https://reticulum.network/manual/understanding.html#announce-propagation-rules boundary interfaces can propagate announcements from access points to the rest of the network while access point to access points never propagate any announcements and thus a lora only transport node would be completely invisible to the rest of the network, which is not what I want.
However just plainly changing the rnode settings in ~/.reticulum/config and restarting rnsd doesn't actually change anything and the Rnode stays as an access point. So I'm assuming this isn't possible, maybe intentionally. In that case, where did I go wrong with my logic.
Here's the config (with the discovery information cut off) in case it's just me being stupid here.
[[Rnode]]
type = RnodeInterface
enabled = yes
port = /dev/ttyACM0
mode = boundary
frequency = 869525000
bandwidth = 125000
txpower = 28
spreadingfactor = 10
codingrate = 6
