mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-23 00:15:19 +03:00
Add configurable bind address (#36)
This commit is contained in:
parent
5ec77ecd72
commit
b8142b80c2
2 changed files with 5 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