mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-05 17:03:15 +03:00
Added allocated ips to status page.
This commit is contained in:
parent
887bc778df
commit
9c6a810c9b
4 changed files with 9 additions and 3 deletions
|
@ -533,6 +533,8 @@ func Status(db store.IStore) echo.HandlerFunc {
|
|||
LastHandshakeTime time.Time
|
||||
LastHandshakeRel time.Duration
|
||||
Connected bool
|
||||
AllocatedIP string
|
||||
Endpoint string
|
||||
}
|
||||
|
||||
type DeviceVM struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue