wireguard-ui/util/config.go
2020-10-10 16:01:35 +02:00

8 lines
79 B
Go

package util
// Runtime config
var (
DisableLogin bool
BindAddress string
)