wireguard-ui/util/config.go

8 lines
79 B
Go

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