Pull 21820 from config

This commit is contained in:
Owen
2025-12-16 18:33:56 -05:00
parent c3a12bd2a9
commit 56f4614899
7 changed files with 165 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ type TokenResponse struct {
type ExitNode struct {
Endpoint string `json:"endpoint"`
RelayPort uint16 `json:"relayPort"`
PublicKey string `json:"publicKey"`
}