This is an automated email from the git hooks/post-receive script.
itchyonion pushed a commit to branch main in repository pluggable-transports/snowflake.
commit 473cc4598702c48ae8562df54115d54a7d9ec71c Author: Shelikhoo xiaokangwang@outlook.com AuthorDate: Mon Mar 13 14:13:50 2023 +0000
Add utls-imitate, utls-nosni doc to README: fix style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md index bc61107..c242e5c 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,4 @@ uTLS is a software library designed to initiate the TLS Client Hello fingerprint
Depending on client and server configuration, it may not always work as expected as not all extensions are correctly implemented.
-You can also remove SNI(Server Name Indication) from client hello to evade censorship with `-utls-nosni`, not all servers supports this. +You can also remove SNI (Server Name Indication) from client hello to evade censorship with `-utls-nosni`, not all servers supports this.