xray issue #4588
Unanswered
mohamadrezamomeni
asked this question in
Q&A
xray issue
#4588
Replies: 2 comments
-
can you help me |
Beta Was this translation helpful? Give feedback.
0 replies
-
In order to use gRPC curl, you need to enable "ReflectionService". {
"log": {
"loglevel": "debug"
},
"api": {
"tag": "api",
"listen": "127.0.0.1:10085",
"services": [
"ReflectionService",
"HandlerService"
]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
i have put my enery to solve problem that is xray api unfortunetly after 2days i couldn't get response from "grpcurl -plaintext localhost:10085 list", i have searched alot on the internet and my os is debian
Reproduction Method
this project is very good and I'm absolutely delighted to work with this, but personally i think it is better to enrich api document
Server config
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 10085,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"routing": {
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
}
]
},
"outbounds": [
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"api": {
"tag": "api",
"services": ["HandlerService","LoggerService",StatsService"]
}
}
Ser
Beta Was this translation helpful? Give feedback.
All reactions