TLS config: Remove some deprecated fields (#6226)

https://t.me/projectXtls/1490

---------

Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
This commit is contained in:
𐲓𐳛π³ͺ𐳂𐳐 𐲀𐳒𐳦𐳫𐳒 π²₯𐳔𐳛π³ͺπ³Œπ³‘π³–π³‡
2026-06-03 07:36:42 +08:00
committed by GitHub
parent 94ffd50060
commit 55956f8d70
4 changed files with 7 additions and 46 deletions
+2 -3
View File
@@ -38,7 +38,7 @@ message Certificate {
}
message Config {
bool allow_insecure = 1;
// Number 1 was assigned and used by an legacy option.
// List of certificates to be served on server.
repeated Certificate certificate = 2;
@@ -81,8 +81,7 @@ message Config {
string ech_config_list = 19;
// Deprecated
string ech_force_query = 20;
// Number 20 was assigned and used by an legacy option.
SocketConfig ech_socket_settings = 21;