list peers last
This commit is contained in:
parent
a35ab76c22
commit
0e95b26b11
@ -59,9 +59,9 @@ type DsnetReport struct {
|
|||||||
// Network is chosen randomly when not specified
|
// Network is chosen randomly when not specified
|
||||||
Network JSONIPNet
|
Network JSONIPNet
|
||||||
DNS net.IP
|
DNS net.IP
|
||||||
Peers []PeerReport
|
|
||||||
PeersOnline int
|
PeersOnline int
|
||||||
PeersTotal int
|
PeersTotal int
|
||||||
|
Peers []PeerReport
|
||||||
}
|
}
|
||||||
|
|
||||||
func GenerateReport(dev *wgtypes.Device, conf *DsnetConfig, oldReport *DsnetReport) DsnetReport {
|
func GenerateReport(dev *wgtypes.Device, conf *DsnetConfig, oldReport *DsnetReport) DsnetReport {
|
||||||
|
Loading…
Reference in New Issue
Block a user