pub const STATE_FILE: &str = "tailscale-rs.state";Expand description
Default on-disk state file name under Server::dir (Go persists node state to
Dir/tailscaled.state; this fork persists only node identity keys, see the module docs and
docs/TSNET_FACADE_DESIGN.md §“State root”).