Linux password encryption storage

This commit is contained in:
2dust
2024-11-15 09:42:49 +08:00
parent 57f9c8158e
commit ba5ad12e13
12 changed files with 95 additions and 16 deletions

View File

@@ -161,7 +161,7 @@
public int Mtu { get; set; }
public bool EnableExInbound { get; set; }
public bool EnableIPv6Address { get; set; }
public string? LinuxSudoPassword { get; set; }
public string? LinuxSudoPwd { get; set; }
}
[Serializable]