Pull 21820 from config

Former-commit-id: 56f4614899
This commit is contained in:
Owen
2025-12-16 18:33:56 -05:00
parent 9ba3569573
commit 7f6c824122
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"`
}