mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-26 20:00:27 +03:00
Added optional checkbox FwMark in QRCode modal
This commit is contained in:
parent
887bc778df
commit
eaabb30989
8 changed files with 94 additions and 31 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