diff --git a/README.md b/README.md index 17d9bfc..ae5242a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ tcp_nodelay on; resolver 8.8.8.8; resolver_timeout 5s; map $ssl_server_name $srv_name { - ~(.+) $1:11097; + ~(.+) $1:22; "TLSv1.2" https; "TLSv1.3" https; "TLSv1.1" https;