v2ray配置tcp+ssl 里面的证书是怎么来的啊
v2ray配置tcp+ssl 里面的证书是怎么来的啊
`
{
"log": {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "warning"
},
"dns": {},
"stats": {},
"inbounds": [
{
"port": 3333,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "c2baea42-5cdf-4881-8072-403b37b303cb",
"alterId": 32
}
]
},
"tag": "in-0",
"streamSettings": {
"network": "tcp",
"security": "tls",
"tcpSettings": {},
"tlsSettings": {
"certificates": [
{
"certificateFile": "/root/.acme.sh/veekxt.com/fullchain.cer",
"keyFile": "/root/.acme.sh/veekxt.com/veekxt.com.key"
}
]
}
}
}
],
"outbounds": [
{
"tag": "direct",
"protocol": "freedom",
"settings": {}
},
{
"tag": "blocked",
"protocol": "blackhole",
"settings": {}
}
],
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
"outboundTag": "blocked"
}
]
},
"policy": {},
"reverse": {},
"transport": {}
}
`
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论