mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
5 lines
73 B
Go
5 lines
73 B
Go
package vpn
|
|
|
|
type VPN struct {
|
|
Wireguard Wireguard `json:"wireguard"`
|
|
}
|