mirror of
https://github.com/h44z/wg-portal.git
synced 2025-12-14 10:36:18 +00:00
wip: basic CRUD for peer (#426)
This commit is contained in:
@@ -16,10 +16,13 @@ type MikrotikInterfaceExtras struct {
|
||||
}
|
||||
|
||||
type MikrotikPeerExtras struct {
|
||||
Name string
|
||||
Comment string
|
||||
IsResponder bool
|
||||
ClientEndpoint string
|
||||
ClientAddress string
|
||||
Disabled bool
|
||||
Id string // internal mikrotik ID
|
||||
Name string
|
||||
Comment string
|
||||
IsResponder bool
|
||||
Disabled bool
|
||||
ClientEndpoint string
|
||||
ClientAddress string
|
||||
ClientDns string
|
||||
ClientKeepalive int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user