首页 > 其他分享 >v2fly负载均衡

v2fly负载均衡

时间:2022-10-13 18:12:28浏览次数:65  
标签:负载 protocol v2fly settings tag 均衡 http true port

{
"log": {
"access": "",
"error": "",
"loglevel": "warning"
},
"inbounds": [
{
"tag": "socks",
"port": 10808,
"listen": "127.0.0.1",
"protocol": "socks",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
},
"settings": {
"auth": "noauth",
"udp": true,
"allowTransparent": false
}
},
{
"tag": "http",
"port": 10809,
"listen": "127.0.0.1",
"protocol": "http",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
},
"settings": {
"auth": "noauth",
"udp": true,
"allowTransparent": false
}
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "vmess",
"settings": {
"vnext": [
{
"tag": "s3",
"address": "",
"port": 63666,
"users": [
{
"id": "",
"alterId": 0,
"email": "[email protected]",
"security": "auto"
}
]
},{
"tag": "s4",
"address": "",
"port": 63666,
"users": [
{
"id": "",
"alterId": 0,
"email": "[email protected]",
"security": "auto"
}
]
},{
"tag": "s5",
"address": "",
"port": 63666,
"users": [
{
"id": "",
"alterId": 0,
"email": "[email protected]",
"security": "auto"
}
]
},{
"tag":"s801" ,
"address": "",
"port": 63666,
"users": [
{
"id": "",
"alterId": 0,
"email": "[email protected]",
"security": "auto"
}
]
}
]

},
"streamSettings": {
"network": "tcp"
},
"mux": {
"enabled": false,
"concurrency": -1
}
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {}
},
{
"tag": "block",
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
}
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"balancers": [
{
"tag": "gloab",
"selector": [
"s3",
"s4",
"s5",
"s801"
],
"strategy": {"type": "leastPing"}
}],
"rules": [
{
"type": "field",
"inboundTag": [
"api"
],
"outboundTag": "api",
"enabled": false
},
{
"type": "field",
"port": "0-65535",
"balancerTag": "gloab",
"enabled": true
}
]

},
"observatory": {
"subjectSelector":[
"s3",
"s4",
"s5",
"s801"
],
"probeURL": "ip111.cn",
"probeInterval": "2h" //测试是否匹配
}
}

标签:负载,protocol,v2fly,settings,tag,均衡,http,true,port
From: https://www.cnblogs.com/huluxia-fun/p/16789178.html

相关文章

  • 7天7个云实验(阿里云版) | Day 3-通过负载均衡避免单点、提升可用性
    单台ECS的可用性有限,能够支撑的访问并发量也有限,为了能够支持灵活弹性扩展资源、提升整个应用系统可支持的访问量、避免ECS单点故障、提升应用级别的可用性,需要通过负载均衡......
  • [2core]基于httpclient实现负载均衡
    一、准备由于没有采用asp.netcore框架提供的HttpClientFactory和依赖注入方式使用HttpClient,所以从asp.net迁移到asp.netcore变化并不大,而且HttpClient的使用也基本没有......
  • nginx负载均衡策略
    目前Nginx服务器的upstream模块支持6种方式的分配:轮询默认方式weight权重方式ip_hash依据ip分配方式least_conn最少连接方式fair(第三方)响应时间方......
  • Class 3 SLB负载均衡实践
    title:Class3SLB负载均衡实践excerpt:云上实践云上成长ECS7天实践训练营tags:[阿里云,在家学习,ECS,SLB,进阶班]categories:[学习,阿里云]index_img:......
  • LMS均衡
    本课题仿真所涉及到的仿真参数如下所示:参数含义值Symble_Rate符号速率1MSample_Frequency时钟采样速率32MFrequency_carrier载波频率512MNumber仿真bit个数40000SNRSNR0,1,2......
  • LMS算法自适应均衡器实验
     ......
  • 基于FPGA的图像均衡处理
       通过对你的MATLAB的程序的仿真,得到了如下的效果:二、FPGA部分的设计实现注意点在进行FPGA设计的时候,我们需要主要以下几个方面:第一:关于图片大小的统一   这里,我们......
  • MUCNetV2:内存瓶颈和计算负载问题一举突破?分类&检测都有较高性能(附源代码下载)
    公众号ID|ComputerVisionGzq​论文地址:https://arxiv.org/pdf/2110.15352.pdf源代码:https://mcunet.mit.edu计算机视觉研究院专栏作者:Edison_GMCUNetV2取得了MCU端新的ImageN......
  • Ozone-适用于各种工作负载的灵活高效的存储系统
    ApacheOzone是一种分布式、可扩展和高性能的对象存储,可与Cloudera数据平台(CDP)一起使用,可以扩展到数十亿个不同大小的对象。它被设计为原生的对象存储,可提供极高的规模......
  • 闪存——磨损均衡、垃圾回收、数据压缩、纠错编码
    1.闪存如图所示,闪存由多个颗粒(Die)组成,每个颗粒由多个分组(Plane)组成,每个分组由多个块(Block)组成,每个块由多个页(Page)组成。块是擦除的基本单位。页是读写的基本单位。当一个......