mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2026-03-12 18:23:16 +00:00
8 lines
79 B
Go
8 lines
79 B
Go
package util
|
|
|
|
// Runtime config
|
|
var (
|
|
DisableLogin bool
|
|
BindAddress string
|
|
)
|