mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-26 20:00:27 +03:00
Merge remote-tracking branch 'origin/master' into clients-patch
This commit is contained in:
commit
4608ced961
10 changed files with 98 additions and 38 deletions
|
@ -28,3 +28,10 @@ type ClientData struct {
|
|||
Client *Client
|
||||
QRCode string
|
||||
}
|
||||
|
||||
type QRCodeSettings struct {
|
||||
Enabled bool
|
||||
IncludeDNS bool
|
||||
IncludeFwMark bool
|
||||
IncludeMTU bool
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue