Giter Site home page Giter Site logo

Comments (5)

Fangliding avatar Fangliding commented on May 27, 2024

config

from xray-core.

hassanAzhar143 avatar hassanAzhar143 commented on May 27, 2024

{
"policy":{
"levels": {
"8": {
"handshake": 30,
"connIdle": 4,
"uplinkOnly": 1,
"downlinkOnly": 1,
"statsUserUplink": false,
"statsUserDownlink": false,
"bufferSize": 0
}
},
"system": {
"statsInboundUplink": false,
"statsInboundDownlink": false
}
},
"outbounds":[
{
"mux":{
"enabled": true,
"concurrency": 1024
},
"protocol":"vmess",
"settings":{
"vnext":[
{
"address":"SAMPLE",
"users":[
{
"id":"SAMPLE",
"alterId":16,
"level":0,
"security":"agcm"
}
],
"port":SAMPLE
}
]
}
}
]
}

from xray-core.

Fangliding avatar Fangliding commented on May 27, 2024

Issue template required client and server config
Did you read it?

from xray-core.

hassanAzhar143 avatar hassanAzhar143 commented on May 27, 2024

this is server configuration:
"settings":{
"clients":[
{
"id":"ID",
"level":0,
"alterId":16
}
],
"disableInsecureEncryption":true,
"default":{
"level":0,
"alterId":16
}
},

"streamSettings":{
"network":"tcp",
"security":"tls",
"tcpSettings":{
"header":{
"type":"none"
}
},
"tlsSettings":{
"serverName":"SERVER",
"allowInsecure":false,
"disableSystemRoot":true,
"alpn":[
"http/1.1"
],
"certificates":[
{
"usage":"encipherment",
"certificateFile":"/etc/v2ray/fullchain.pem",
"keyFile":"/etc/v2ray/privkey.pem"
}

from xray-core.

Fangliding avatar Fangliding commented on May 27, 2024

You have set tls on the server, but not on the client.

from xray-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.