-
Notifications
You must be signed in to change notification settings - Fork 459
Update vless.md: Added sample configuration to help users better conf… #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…igure the program. Added sample configuration to help users better configure the program.
We already have a repo of configuration examples: https://github.com/v2fly/v2ray-examples/tree/master/v5. Maybe it is better if an example is added to specialized repo and linked here? |
No, I think tutorials like this one are more intuitive: https://www.v2fly.org/guide/start.html, as it provides clear configurations directly, which can help newbies set up quickly. |
I have reassigned review to @AkinoKaede as I was unable to verify if the vless configuration supplied is valid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be the configuration of JsonV4
"port": 443, | ||
"protocol": "vless", | ||
"settings": { | ||
"clients": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Simplified Config Format, we define users list as follows:
"settings": {
"users": [
"cc8bdfcd-2d85-4613-9d5e-6c56fcb7a1d3"
]
}
I’ve been swamped with other stuff lately, so I haven’t had a chance to tackle these issues. But LLM has become super popular, so maybe we could use it to write the documentation? |
…igure the program.
Added sample configuration to help users better configure the program.