All checks were successful
Build and Release / build-and-release (push) Successful in 1m25s
Add connection_method field to NetworkInterfaceData to track whether Tailscale is using direct P2P, DERP relay, or HTTP proxy connections. The connection method is displayed as a sub-service under tailscaled service, following the same pattern as VPN routes and firewall ports. Query tailscale status --json to determine active connection type and display as informational sub-service when tailscaled is active.
10 lines
217 B
TOML
10 lines
217 B
TOML
[package]
|
|
name = "cm-dashboard-shared"
|
|
version = "0.1.261"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
chrono = { workspace = true }
|
|
thiserror = { workspace = true } |