Skip to content
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

Open
shallbytwo opened this issue Apr 20, 2021 · 14 comments
Open

v2ray.sh 默认TLS1.2 ,能升级TLS1.3吗 #18

shallbytwo opened this issue Apr 20, 2021 · 14 comments

Comments

@shallbytwo
Copy link

如题,v2ray.sh这个脚本部署出来默认的是TLS1.2,可以的话麻烦大佬升级一下脚本支持TLS1.3.谢谢。

@hijkpw
Copy link
Owner

hijkpw commented Apr 20, 2021 via email

@shallbytwo
Copy link
Author

用的脚本里的哪个组合? 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, or unsubscribe.

vmess+ws+tls

@hijkpw
Copy link
Owner

hijkpw commented Apr 20, 2021 via email

@shallbytwo
Copy link
Author

image

@hijkpw
Copy link
Owner

hijkpw commented Apr 20, 2021 via email

@shallbytwo
Copy link
Author

谢谢大佬

@hijkpw
Copy link
Owner

hijkpw commented Apr 21, 2021 via email

@shallbytwo
Copy link
Author

image
哪里添加呀大佬

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;

}

@hijkpw
Copy link
Owner

hijkpw commented Apr 21, 2021 via email

@shallbytwo
Copy link
Author

imagez这样吗

@hijkpw
Copy link
Owner

hijkpw commented Apr 21, 2021 via email

@shallbytwo
Copy link
Author

解决了 谢谢

@shallbytwo
Copy link
Author

另外问一下大佬你这个脚本安装的v2ray是用的哪个版本内核,能支持0-RTT吗

@hijkpw
Copy link
Owner

hijkpw commented Apr 21, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants