mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2026-04-11 13:47:05 +02:00
Added checkbox FwMark in QRCode generation (#260)
This commit is contained in:
@@ -26,3 +26,10 @@ type ClientData struct {
|
||||
Client *Client
|
||||
QRCode string
|
||||
}
|
||||
|
||||
type QRCodeSettings struct {
|
||||
Enabled bool
|
||||
IncludeDNS bool
|
||||
IncludeFwMark bool
|
||||
IncludeMTU bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user