Remove exit nodes from HPing if peers are removed

Former-commit-id: a4365988eb
This commit is contained in:
Owen
2025-12-18 15:04:20 -05:00
parent 675c934ce1
commit fe197f0a0b
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 {