Skip to content

Commit b6f2912

Browse files
authored
Remove EchForceQuery (2dust#9214)
1 parent 05e349e commit b6f2912

16 files changed

Lines changed: 9 additions & 81 deletions

v2rayN/ServiceLib/Global.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -691,14 +691,6 @@ public class Global
691691
""
692692
];
693693

694-
public static readonly List<string> EchForceQuerys =
695-
[
696-
"none",
697-
"half",
698-
"full",
699-
""
700-
];
701-
702694
public static readonly List<string> TunIcmpRoutingPolicies =
703695
[
704696
"rule",

v2rayN/ServiceLib/Handler/ConfigHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ public static async Task<int> AddServer(Config config, ProfileItem profileItem)
256256
item.Cert = profileItem.Cert;
257257
item.CertSha = profileItem.CertSha;
258258
item.EchConfigList = profileItem.EchConfigList;
259-
item.EchForceQuery = profileItem.EchForceQuery;
260259
item.Finalmask = profileItem.Finalmask;
261260
item.ProtoExtra = profileItem.ProtoExtra;
262261
item.TransportExtra = profileItem.TransportExtra;

v2rayN/ServiceLib/Models/ProfileItem.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ public void SetTransportExtra(TransportExtraItem transportExtra)
191191
public string Cert { get; set; }
192192
public string CertSha { get; set; }
193193
public string EchConfigList { get; set; }
194-
public string EchForceQuery { get; set; }
195194
public string Finalmask { get; set; }
196195

197196
public string ProtoExtra { get; set; }

v2rayN/ServiceLib/Resx/ResUI.Designer.cs

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,9 +1581,6 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if
15811581
<data name="TbEchConfigList" xml:space="preserve">
15821582
<value>EchConfigList</value>
15831583
</data>
1584-
<data name="TbEchForceQuery" xml:space="preserve">
1585-
<value>EchForceQuery</value>
1586-
</data>
15871584
<data name="TbFullCertTips" xml:space="preserve">
15881585
<value>Full certificate (chain), PEM format</value>
15891586
</data>

v2rayN/ServiceLib/Resx/ResUI.fr.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,9 +1587,6 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if
15871587
<data name="TbEchConfigList" xml:space="preserve">
15881588
<value>EchConfigList</value>
15891589
</data>
1590-
<data name="TbEchForceQuery" xml:space="preserve">
1591-
<value>EchForceQuery</value>
1592-
</data>
15931590
<data name="TbFullCertTips" xml:space="preserve">
15941591
<value>Certificat complet (chaîne), format PEM</value>
15951592
</data>

v2rayN/ServiceLib/Resx/ResUI.hu.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,9 +1581,6 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if
15811581
<data name="TbEchConfigList" xml:space="preserve">
15821582
<value>EchConfigList</value>
15831583
</data>
1584-
<data name="TbEchForceQuery" xml:space="preserve">
1585-
<value>EchForceQuery</value>
1586-
</data>
15871584
<data name="TbFullCertTips" xml:space="preserve">
15881585
<value>Full certificate (chain), PEM format</value>
15891586
</data>

v2rayN/ServiceLib/Resx/ResUI.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,9 +1590,6 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if
15901590
<data name="TbEchConfigList" xml:space="preserve">
15911591
<value>EchConfigList</value>
15921592
</data>
1593-
<data name="TbEchForceQuery" xml:space="preserve">
1594-
<value>EchForceQuery</value>
1595-
</data>
15961593
<data name="TbFullCertTips" xml:space="preserve">
15971594
<value>Full certificate (chain), PEM format</value>
15981595
</data>

v2rayN/ServiceLib/Resx/ResUI.ru.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,9 +1581,6 @@
15811581
<data name="TbEchConfigList" xml:space="preserve">
15821582
<value>EchConfigList</value>
15831583
</data>
1584-
<data name="TbEchForceQuery" xml:space="preserve">
1585-
<value>EchForceQuery</value>
1586-
</data>
15871584
<data name="TbFullCertTips" xml:space="preserve">
15881585
<value>Полный сертификат (цепочка) в формате PEM</value>
15891586
</data>

v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,9 +1587,6 @@
15871587
<data name="TbEchConfigList" xml:space="preserve">
15881588
<value>EchConfigList</value>
15891589
</data>
1590-
<data name="TbEchForceQuery" xml:space="preserve">
1591-
<value>EchForceQuery</value>
1592-
</data>
15931590
<data name="TbFullCertTips" xml:space="preserve">
15941591
<value>完整证书(链),PEM 格式</value>
15951592
</data>

0 commit comments

Comments
 (0)