From b1079aae713fb34e0fcc5a114fab0960edadac10 Mon Sep 17 00:00:00 2001 From: unknowndevQwQ Date: Wed, 21 Aug 2024 12:03:54 +0800 Subject: [PATCH] style: remove random trailing spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更改配置文件时在 config.json 发现一个,顺便看到 debina 更改日志里也有一个。 --- release/config/config.json | 2 +- release/debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/config/config.json b/release/config/config.json index d6dd70ab4..0550f6d90 100644 --- a/release/config/config.json +++ b/release/config/config.json @@ -126,7 +126,7 @@ }, // Stats enables internal stats counter. - // This setting can be used together with Policy and Api. + // This setting can be used together with Policy and Api. //"stats":{}, // Api enables gRPC APIs for external programs to communicate with V2Ray instance. diff --git a/release/debian/changelog b/release/debian/changelog index 94f1cf1b7..c16aef6a7 100644 --- a/release/debian/changelog +++ b/release/debian/changelog @@ -82,7 +82,7 @@ v2ray-core (4.34.0-1) unstable; urgency=medium * TLS Session Resumption is now disabled by default (#569). See #557 for more information. - * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566). + * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566). If you are still using the unsecure stream ciphers, migrate to Shadowsocks AEAD (ChaCha20Poly1305 and AES-GCM) immediately. * We have added preliminary support for DNS over QUIC (#534). Currently only non-proxied lookup is supported.