1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-19 10:26:10 -04:00

style: remove random trailing spaces

更改配置文件时在 config.json 发现一个,顺便看到 debina 更改日志里也有一个。
This commit is contained in:
unknowndevQwQ 2024-08-21 12:03:54 +08:00 committed by Xiaokang Wang (Shelikhoo)
parent 11ef2b5d28
commit b1079aae71
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.