Files
openlan/pkg/config/l2tp.go
2022-12-14 21:06:25 +08:00

9 lines
204 B
Go
Executable File

package config
type L2TP struct {
Address string `json:"address"`
Subnet *Subnet `json:"subnet,omitempty"`
Options []string `json:"Options,omitempty"`
IpSec string `json:"ipsec,omitempty"`
}