mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-03 16:48:52 +03:00
Add configurable bind address
This commit is contained in:
parent
9dca2b7361
commit
6b67969a8d
3 changed files with 7 additions and 1 deletions
|
@ -3,4 +3,5 @@ package util
|
|||
// Runtime config
|
||||
var (
|
||||
DisableLogin bool
|
||||
BindAddress string
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue