Basic subnet router and dns server config added

This commit is contained in:
Owen
2026-09-15 11:14:04 -04:00
parent 75ca3f873e
commit fadce960fb
12 changed files with 468 additions and 20 deletions
+1
View File
@@ -30,6 +30,7 @@ type ConnectionRequest struct {
PingTimeout string `json:"pingTimeout,omitempty"`
OrgID string `json:"orgId,omitempty"`
MatchDomains []string `json:"matchDomains,omitempty"`
SubnetRouter bool `json:"subnetRouter,omitempty"`
}
// SwitchOrgRequest defines the structure for switching organizations