This commit is contained in:
qiangyanwen 2023-01-21 18:10:46 +08:00
parent b7e0f2d1ad
commit cb6b2e0c32
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ class MaybeTls:
"tls_strategy", "tls_strategy",
int, int,
0, 0,
"TLS passthrough strategy. If set to 0, connections will be passed through after the first unsuccessful " "TLS passthrough strategy. If set to 0, connections will be passed through after the first unsuccessful"
"handshake. If set to 0 < p <= 100, connections with be passed through with probability p.", "handshake. If set to 0 < p <= 100, connections with be passed through with probability py",
) )
def configure(self, updated): def configure(self, updated):