zrok/endpoints/vpn/vpn.go

10 lines
129 B
Go
Raw Normal View History

2024-04-11 14:25:44 +02:00
package vpn
type ClientConfig struct {
Greeting string
IP string
CIDR string
ServerIP string
Routes []string
}