wireguard-ui/util/config.go

8 lines
79 B
Go
Raw Normal View History

package util
// Runtime config
var (
DisableLogin bool
2020-10-10 16:01:35 +02:00
BindAddress string
)