{
"routing" : {
"name" : "all_to_main",
"domainStrategy" : "AsIs",
"rules" : [
{
"type" : "field",
"outboundTag" : "arumi hysteria via yarik",
"port" : "0-65535"
}
]
},
"inbounds" : [
{
"listen" : "127.0.0.1",
"protocol" : "socks",
"settings" : {
"ip" : "127.0.0.1",
"auth" : "noauth",
"udp" : true
},
"tag" : "socksinbound",
"port" : 7890
},
{
"listen" : "127.0.0.1",
"protocol" : "http",
"settings" : {
"timeout" : 0
},
"tag" : "httpinbound",
"port" : 7891
}
],
"dns" : {
"servers" : [
"localhost"
]
},
"log" : {
"error" : "\/var\/folders\/yj\/1m4jz_qs3qn535_872gplgkc0000gn\/T\/cenmrev.v2rayx.log\/error.log",
"loglevel" : "debug",
"access" : "\/var\/folders\/yj\/1m4jz_qs3qn535_872gplgkc0000gn\/T\/cenmrev.v2rayx.log\/access.log"
},
"outbounds" : [
{
"sendThrough" : "0.0.0.0",
"hysteriaSettings" : {
"password" : "[...]",
"down" : "100 mbps",
"udphop" : {
"interval" : 30,
"port" : "443"
},
"up" : "100 mbps",
"auth" : "password",
"version" : 2
},
"settings" : {
"version" : 2,
"address" : "[...]",
"port" : 443
},
"protocol" : "hysteria",
"tag" : "arumi hysteria via yarik",
"network" : "hysteria"
}
]
}
Integrity requirements
Description
judging by the logs, it seems as if xray is trying to connect to the hysteria server via tcp, while hysteria is udp (quic)? might be something else
Reproduction Method
Client config
Details
Server config
n/a
Client log
Details
Server log
n/a