From 26dd0d0ea5b258d938a49f74343dcf8a60dc682e Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 3 Feb 2023 09:45:21 +0800 Subject: [PATCH] add more PresetFingerprints --- v2rayN/v2rayN/Global.cs | 2 +- v2rayN/v2rayN/Views/AddServerWindow.xaml | 1 + v2rayN/v2rayN/Views/OptionSettingWindow.xaml | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v2rayN/v2rayN/Global.cs b/v2rayN/v2rayN/Global.cs index 86579d78..c29f1dd5 100644 --- a/v2rayN/v2rayN/Global.cs +++ b/v2rayN/v2rayN/Global.cs @@ -95,7 +95,7 @@ public static readonly List coreTypes = new List { "v2fly", "SagerNet", "Xray", "v2fly_v5" }; public static readonly List domainStrategys = new List { "AsIs", "IPIfNonMatch", "IPOnDemand" }; public static readonly List domainMatchers = new List { "linear", "mph", "" }; - public static readonly List fingerprints = new List { "chrome", "firefox", "safari", "randomized", "" }; + public static readonly List fingerprints = new List { "chrome", "firefox", "safari", "ios", "android", "edge", "360", "qq", "random", "randomized", "" }; public static readonly List userAgent = new List { "chrome", "firefox", "safari", "edge", "none" }; public static readonly Dictionary userAgentTxt = new Dictionary { diff --git a/v2rayN/v2rayN/Views/AddServerWindow.xaml b/v2rayN/v2rayN/Views/AddServerWindow.xaml index d6199c67..1f34d9f7 100644 --- a/v2rayN/v2rayN/Views/AddServerWindow.xaml +++ b/v2rayN/v2rayN/Views/AddServerWindow.xaml @@ -602,6 +602,7 @@ Grid.Column="1" Width="200" Margin="{StaticResource ServerItemMargin}" + IsEditable="True" Style="{StaticResource DefComboBox}" /> + Margin="{StaticResource SettingItemMargin}" + IsEditable="True" />