mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-09-06 01:30:48 +03:00
Add ability to disable user authentication
This commit is contained in:
parent
c20fa32086
commit
adee2ecb97
7 changed files with 84 additions and 41 deletions
6
util/config.go
Normal file
6
util/config.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package util
|
||||
|
||||
// Runtime config
|
||||
var (
|
||||
DisableLogin bool
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue