Caching peers list on Tailscale Client side

Hi. I need ability to safely restart Tailscale client when coordination server isn’t available and be sure that the Tailscale client is guaranteed to establish connections with peers from cached peers list.

My case: Mesh network between 100+ servers. I need insurance against the case when the coordination server is temporarily unavailable and some host restarted during this time.

But the current behavior is such that the already configured client cannot assign the ip address on interface and connect to peers when coordination server isn’t available.

How to solve this issue?