mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-24 00:24:06 +03:00
Added checkbox FwMark in QRCode generation (#260)
This commit is contained in:
parent
9d2dd711a1
commit
a80741e748
6 changed files with 85 additions and 30 deletions
|
@ -26,3 +26,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