Add default fingerprint settings

This commit is contained in:
2dust
2023-02-01 11:24:45 +08:00
parent 61f297215d
commit d2bef312ce
10 changed files with 44 additions and 8 deletions
@@ -28,6 +28,7 @@ namespace v2rayN.ViewModels
[Reactive] public bool logEnabled { get; set; }
[Reactive] public string loglevel { get; set; }
[Reactive] public bool defAllowInsecure { get; set; }
[Reactive] public string defFingerprint { get; set; }
#endregion
#region Core DNS
@@ -110,6 +111,7 @@ namespace v2rayN.ViewModels
logEnabled = _config.logEnabled;
loglevel = _config.loglevel;
defAllowInsecure = _config.defAllowInsecure;
defFingerprint = _config.defFingerprint;
#endregion
#region Core DNS
@@ -269,6 +271,7 @@ namespace v2rayN.ViewModels
_config.loglevel = loglevel;
_config.muxEnabled = muxEnabled;
_config.defAllowInsecure = defAllowInsecure;
_config.defFingerprint = defFingerprint;
//DNS