mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 16:47:11 +08:00
9 lines
204 B
Go
Executable File
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"`
|
|
}
|