ipn: add ability to name profiles

Updates #713

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2022-11-18 14:42:32 +05:00
committed by Maisem Ali
parent 33520920c3
commit 575fd5f22b
5 changed files with 27 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ var _PrefsCloneNeedsRegeneration = Prefs(struct {
NoSNAT bool
NetfilterMode preftype.NetfilterMode
OperatorUser string
ProfileName string
Persist *persist.Persist
}{})