mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2026-03-13 02:32:04 +00:00
7 lines
59 B
Go
7 lines
59 B
Go
package util
|
|
|
|
// Runtime config
|
|
var (
|
|
DisableLogin bool
|
|
)
|