fix: update lego.
This commit is contained in:
parent
b8b0c8f3e5
commit
8d848c3d60
169 changed files with 12224 additions and 605 deletions
19
vendor/github.com/sacloud/libsacloud/sacloud/vpc_router_status.go
generated
vendored
19
vendor/github.com/sacloud/libsacloud/sacloud/vpc_router_status.go
generated
vendored
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue