mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-14 03:58:21 +00:00
5 lines
98 B
Go
5 lines
98 B
Go
package vpn
|
|
|
|
type VPN struct {
|
|
Wireguard Wireguard `json:"wireguard" validate:"required,dive"`
|
|
}
|