diff --git a/stream.go b/stream.go index c0142b9..f7d97c4 100644 --- a/stream.go +++ b/stream.go @@ -24,6 +24,8 @@ type Stream struct { Address netip.Addr `json:"address" validate:"required"` Port uint16 `json:"port" validate:"required"` + Secure bool `json:"secure"` + CredentialsFound bool `json:"credentials_found"` RouteFound bool `json:"route_found"` Available bool `json:"available"`