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修改配置的id,path问题 #3093

Open
ChenJustin666 opened this issue Jul 22, 2024 · 0 comments
Open

求助! v2ray修改配置的id,path问题 #3093

ChenJustin666 opened this issue Jul 22, 2024 · 0 comments

Comments

@ChenJustin666
Copy link

root@ip-172-26-15-5:~/scripts# cat /etc/v2ray/conf/VMess-WS-TLS-vm.0r0y9lpm.top.json
{
"inbounds": [
{
"tag": "VMess-WS-TLS-vm.0r0y9lpm.top.json",
"port": 54658,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "9e36cd5f-2f56-4ac4-801c-060fdce5a590" 1 修改了
}
]
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"path": "c4f5da37-99f1-4783-9f65-1c4c9a031f8b", 2 修改了
"headers": {
"Host": "vm.0r0y9lpm.top"
}
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}
]
}
修改后重启,客户端连接不成功是为什么,必须要用v2ray命令才能成功,是哪里问题我需要用脚本修改这里的参数
systemctl status v2ray

systemctl restart caddy

@ChenJustin666 ChenJustin666 changed the title v2ray修改配置的id,path问题求解 求助! v2ray修改配置的id,path问题 Jul 23, 2024
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

1 participant