what would be the server config??? #1471
Unanswered
railwaysystem
asked this question in
Q&A
Replies: 1 comment
-
Why do you come to configure yourself if you don't understand various meanings?
Try one click script first, then dissect options as you prefer.
Dec 29, 2022 17:26:50 railwaysystem ***@***.***>:
… Client config below :
*"outbounds": [
{
"mux": {
"concurrency": 8,
"enabled": false
},
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "<some address that I can access without vpn>", // this address is like SNI/Bughost, owned by someonelse,
"port": 80,
"users": [
{
"alterId": 0,
"encryption": "",
"flow": "",
"id": "46f0879c-c6ed-4182-90b7-8e8337dc8089",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "",
"wsSettings": {
"headers": {
"Host": "<service provider server host>"
},
"path": "/vmess"
}
},
"tag": "proxy"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
},
"tag": "block"
}
],
*
[https://user-images.githubusercontent.com/87419688/209896271-f9e07b20-2609-4be3-83b8-9dfbfc9bc1cc.png][image][https://user-images.githubusercontent.com/87419688/209896271-f9e07b20-2609-4be3-83b8-9dfbfc9bc1cc.png]
Above config is generated by free Vmess/Vless providers like https://sshstores.net.
But when I deploy my own, I am not able to use SNI/BUGHOST as address.
So what would be the server config for this type of client config???
—
Reply to this email directly, view it on GitHub[#1471], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AKGBAYA54W4JSU47GSOWNX3WPVKNTANCNFSM6AAAAAATL57HAY].
You are receiving this because you are subscribed to this thread.[Tracking image][https://github.com/notifications/beacon/AKGBAYF6SJQE7LNOTYSG67LWPVKNTA5CNFSM6AAAAAATL57HA2WGG33NNVSW45C7OR4XAZNKIRUXGY3VONZWS33OVJRW63LNMVXHIX3JMTHAAR56SE.gif]
|
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.
-
Client config below :
Above config is generated by free Vmess/Vless providers like https://sshstores.net.
But when I deploy my own, I am not able to use SNI/BUGHOST as address.
So what would be the server config for this type of client config???
Beta Was this translation helpful? Give feedback.
All reactions