wireguard-ui/util/config.go

8 lines
80 B
Go

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