1
0
Fork 0

fix: update lego.

This commit is contained in:
Fernandez Ludovic 2019-04-26 11:08:44 +02:00 committed by Traefiker Bot
parent b8b0c8f3e5
commit 8d848c3d60
169 changed files with 12224 additions and 605 deletions

View file

@ -5,4 +5,23 @@ type VPCRouterStatus struct {
FirewallReceiveLogs []string
FirewallSendLogs []string
VPNLogs []string
SessionCount int
DHCPServerLeases []struct {
IPAddress string
MACAddress string
}
L2TPIPsecServerSessions []struct {
User string
IPAddress string
TimeSec int
}
PPTPServerSessions []struct {
User string
IPAddress string
TimeSec int
}
SiteToSiteIPsecVPNPeers []struct {
Status string
Peer string
}
}