mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-12-16 08:26:17 +00:00
Update
This commit is contained in:
@@ -18,4 +18,6 @@ class PeerGroupsClass(BaseModel):
|
||||
class WireguardConfigurationInfo(BaseModel):
|
||||
Description: str = ''
|
||||
OverridePeerSettings: OverridePeerSettingsClass = OverridePeerSettingsClass(**{})
|
||||
PeerGroups: dict[str, PeerGroupsClass] = {}
|
||||
PeerGroups: dict[str, PeerGroupsClass] = {}
|
||||
PeerTrafficTracking: bool = True
|
||||
PeerHistoricalEndpointTracking: bool = True
|
||||
Reference in New Issue
Block a user