服务端没有错误,就是连接不上
Opened this issue · 6 comments
防火墙全开
config.json配置
{
"log": {
"access": "./access.log",
"error": "./error.log",
"loglevel": "error"
},
"api": {
"services": [
"HandlerService",
"StatsService"
],
"tag": "api"
},
"stats": {},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 10086,
"protocol": "dokodemo-door",
"settings": {
"address": "0.0.0.0"
},
"tag": "api"
},
{
"tag": "proxy",
"listen": "0.0.0.0",
"port": 23333,
"protocol": "vmess",
"settings": {
"clients": [],
"disableInsecureEncryption": true,
"default": {
"level": 0,
"alterId": 233
}
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/233",
"headers": {
"Host": "v2.xxx.party"
}
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
],
"routing": {
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
}
]
},
"policy": {
"levels": {
"1": {
"statsUserUplink": true,
"statsUserDownlink": true
}
}
}
}
config
操 作 系 统 (windows,linux)
v2ray.system=linux
系 统 位 数 (32,64)
v2ray.arch=64
协 议 标 签
v2ray.tag=proxy
额 外 ID
v2ray.alter-id=233
用 户 等 级
v2ray.level=1
节 点 配 置
节 点 ID
node.id=10
检 查 时 间 (秒 )
node.check-rate=60
流 量 比 例
node.traffic-rate=1.0
防火墙全开?留了443端口没……
是不是有bug ?? 我的也是都开了 但是连接不上
节点在面板机器上线了已经
老大们能否有空做个配合caddy的标准例程wiki给我们 :)
检查了一下 感觉是服务端没有匹配到合适的用户端唯一vmess 但是其中用户刷新又刷新成功 后来看到代码配置默认是带nginx反向代理的配置 然后后没有怎么折腾了 后面自己修改代码变成默认tcp也还是异常
我也连不上 ,最基本的TCP