How do I properly configure Xray + ShadowSocks with dynamic users management? #3647
Replies: 1 comment
-
nevermind i forgot to add {
"log": {
"loglevel": "debug"
},
"api": {
"tag": "api",
"listen": "127.0.0.1:8080",
"services": ["HandlerService", "LoggerService", "StatsService"]
},
"inbounds": [],
"outbounds": [
{
"protocol": "freedom"
}
]
} |
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.
-
Hello,
I'm trying to set up an Xray server where I could dynamically add shadowsocks servers, as inbounds, but I'm a bit lost in the documentation and not sure how to do that.
This is my starting config (
config.json
):Then I'm trying to add an inbound shadowsocks server and I'm getting an error
These are the contents of inbound.json (don't mind the password, i'm just testing rn):
Why does it fail to dial? I don't have anything running on 8080:
Beta Was this translation helpful? Give feedback.
All reactions