nginx
server_name name.com;
location /clearlove {
proxy_redirect off;
proxy_pass http://127.0.0.1:12333;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $http_host;
}
v2
{
"inbounds": [
{
"port": 12333,
"listen":"127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "b831381d-6324-4d53-ad4f-8cda48b30817",
"alterId": 64
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/clearlove"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}
版权属于:本文为原创文章,版权归 博主 所有,可随意转载,但请注明出处!
本文链接:https://moenis.com/archives/109.html
如教程需要更新,或相关链接出现404,请在评论区反馈
膜拜大佬