For now..

This commit is contained in:
Donald Zou
2025-08-17 23:47:21 +08:00
parent 86bb847374
commit ba85879151
8 changed files with 278 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ class PeerGroupsClass(BaseModel):
GroupName: str = ''
Description: str = ''
BackgroundColor: str = ''
Icon: str = ''
Peers: list[str] = []
class WireguardConfigurationInfo(BaseModel):