mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-25 06:20:26 +08:00
TUN-3237: By default, don't show connections that are pending reconnect
This commit is contained in:
@@ -38,8 +38,9 @@ type Tunnel struct {
|
||||
}
|
||||
|
||||
type Connection struct {
|
||||
ColoName string `json:"colo_name"`
|
||||
ID uuid.UUID `json:"uuid"`
|
||||
ColoName string `json:"colo_name"`
|
||||
ID uuid.UUID `json:"uuid"`
|
||||
IsPendingReconnect bool `json:"is_pending_reconnect"`
|
||||
}
|
||||
|
||||
// Route represents a record type that can route to a tunnel
|
||||
|
||||
Reference in New Issue
Block a user