Added optional checkbox FwMark in QRCode modal

This commit is contained in:
Yuriy Vlasov 2022-11-27 15:49:43 +02:00
parent 887bc778df
commit eaabb30989
8 changed files with 94 additions and 31 deletions

View file

@ -26,3 +26,10 @@ type ClientData struct {
Client *Client
QRCode string
}
type QRCodeSettings struct {
Enabled bool
IncludeDNS bool
IncludeFwMark bool
IncludeMTU bool
}