-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2ray.sh 默认TLS1.2 ,能升级TLS1.3吗 #18
Comments
用的脚本里的哪个组合?
Sent from ProtonMail for iOS
在 周二, 4月 20, 2021 在 22:11, ben-august ***@***.***> 来信:
… 如题,v2ray.sh这个脚本部署出来默认的是TLS1.2,可以的话麻烦大佬升级一下脚本支持TLS1.3.谢谢。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, [view it on GitHub](#18), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6IIHHFMR4GLXQ7EUKDTJWDP5ANCNFSM43IIAIOQ).
|
vmess+ws+tls |
这个组合应该支持tls1.3,你用http2协议访问试试
Sent from ProtonMail for iOS
在 周二, 4月 20, 2021 在 22:24, ben-august ***@***.***> 来信:
…> 用的脚本里的哪个组合? Sent from ProtonMail for iOS 在 周二, 4月 20, 2021 在 22:11, ben-august @.***> 来信:
> […](#)
> 如题,v2ray.sh这个脚本部署出来默认的是TLS1.2,可以的话麻烦大佬升级一下脚本支持TLS1.3.谢谢。 — You are receiving this because you are subscribed to this thread. Reply to this email directly, [view it on GitHub](#18), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6IIHHFMR4GLXQ7EUKDTJWDP5ANCNFSM43IIAIOQ).
vmess+ws+tls
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#18 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6O5CWYGKB27DMXMZL3TJWFDFANCNFSM43IIAIOQ).
|
好的,有空我看看
Sent from ProtonMail for iOS
在 周二, 4月 20, 2021 在 22:32, ben-august ***@***.***> 来信:
… [image](https://user-images.githubusercontent.com/36500518/115414031-48e08f80-a228-11eb-865a-5961e9964411.png)
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#18 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6JYW4V4TCJ5GAAWGSTTJWGBXANCNFSM43IIAIOQ).
|
谢谢大佬 |
查了一下,没有添加tls1.3是为了兼容一些旧版本的nginx。你要是想增加对tls1.3的支持,编辑/etc/nginx/nginx.con文件,在tls1.2后添加,然后重启nginx就可以了。
Sent from ProtonMail for iOS
在 周二, 4月 20, 2021 在 22:35, ben-august ***@***.***> 来信:
… 谢谢大佬
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#18 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6NVJIRHADJPEDLFHUTTJWGLZANCNFSM43IIAIOQ).
|
那就是写在了/etc/nginx/conf.d/你的域名.conf这个文件里了
Sent from ProtonMail for iOS
在 周三, 4月 21, 2021 在 16:30, ben-august ***@***.***> 来信:
… [image](https://user-images.githubusercontent.com/36500518/115522503-bccd7700-a2be-11eb-9220-7879d01812b0.png)
哪里添加呀大佬
user nginx;
worker_processes auto;
error_log /var/log/nginx/error.log;
pid /run/nginx.pid;
Load dynamic modules. See /usr/share/doc/nginx/README.dynamic.
include /usr/share/nginx/modules/*.conf;
events {
worker_connections 1024;
}
http {
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /var/log/nginx/access.log main;
server_tokens off;
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
gzip on;
include /etc/nginx/mime.types;
default_type application/octet-stream;
# Load modular configuration files from the /etc/nginx/conf.d directory.
# See http://nginx.org/en/docs/ngx_core_module.html#include
# for more information.
include /etc/nginx/conf.d/*.conf;
}
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#18 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6MHGS2CCSSIFMRSPLDTJ2EJNANCNFSM43IIAIOQ).
|
对
Sent from ProtonMail for iOS
在 周三, 4月 21, 2021 在 16:34, ben-august ***@***.***> 来信:
… [image](https://user-images.githubusercontent.com/36500518/115523174-63b21300-a2bf-11eb-9667-560233826bcf.png)z这样吗
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#18 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6K2H6A2TLKM7MEAGQLTJ2EZVANCNFSM43IIAIOQ).
|
解决了 谢谢 |
另外问一下大佬你这个脚本安装的v2ray是用的哪个版本内核,能支持0-RTT吗 |
最新版,支持
Sent from ProtonMail for iOS
在 周三, 4月 21, 2021 在 16:42, ben-august ***@***.***> 来信:
… 另外问一下大佬你这个脚本安装的v2ray是用的哪个版本内核,能支持0-RTT吗
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#18 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AN72N6OHMK5GPP2GZYWVWVDTJ2FV3ANCNFSM43IIAIOQ).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如题,v2ray.sh这个脚本部署出来默认的是TLS1.2,可以的话麻烦大佬升级一下脚本支持TLS1.3.谢谢。
The text was updated successfully, but these errors were encountered: