Remove exit nodes from HPing if peers are removed

Former-commit-id: 0c96d3c25c
This commit is contained in:
Owen
2025-12-18 15:04:20 -05:00
committed by Owen Schwartz
parent d0940d03c4
commit 86b19f243e
3 changed files with 14 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ type ExitNode struct {
Endpoint string `json:"endpoint"`
RelayPort uint16 `json:"relayPort"`
PublicKey string `json:"publicKey"`
SiteIds []int `json:"siteIds"`
}
type WSMessage struct {