| 19. TCP_HTTP_dynamicPort .複製代碼---------- V2Ray 配置信息 -------------
 地址 (Address) = a.b.c.d
 端口 (Port) = 37085
 用户ID (User ID / UUID) = e99af8dc-2e5c-4f17-af76-6f79ae71fc75
 额外ID (Alter Id) = 233
 传输协议 (Network) = tcp
 伪装类型 (header type) = http
 备注: 动态端口已启用...
---------- END -------------
V2Ray 客户端使用教程: https://233now.com/post/4/
提示: 输入 v2ray url 可生成 vmess URL 链接 / 输入 v2ray qr 可生成二维码链接
.複製代碼{
  "log": {
    "access": "/var/log/v2ray/access.log",
    "error": "/var/log/v2ray/error.log",
    "loglevel": "warning"
  },
  "inbounds": [
    {
      "port": 37085,
      "protocol": "vmess",
      "settings": {
        "clients": [
          {
            "id": "e99af8dc-2e5c-4f17-af76-6f79ae71fc75",
            "level": 1,
            "alterId": 233
          }
        ],
        "detour": {
          "to": "dynamic"
        }
      },
      "streamSettings": {
        "network": "tcp",
        "tcpSettings": {
          "header": {
            "type": "http"
          }
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls"
        ]
      }
    },
    {
      "protocol": "vmess",
      "port": "10000-20000",
      "tag": "dynamic",
      "settings": {
        "default": {
          "level": 1,
          "alterId": 32
        }
      },
      "allocate": {
        "strategy": "random",
        "concurrency": 2,
        "refresh": 5
      },
      "streamSettings": {
        "network": "tcp",
        "tcpSettings": {
          "header": {
            "type": "http",
            "response": {
              "version": "1.1",
              "status": "200",
              "reason": "OK",
              "headers": {
                "Content-encoding": [
                  "gzip"
                ],
                "Content-Type": [
                  "text/html; charset=utf-8"
                ],
                "Cache-Control": [
                  "no-cache"
                ],
                "Vary": [
                  "Accept-Encoding"
                ],
                "X-Frame-Options": [
                  "deny"
                ],
                "X-XSS-Protection": [
                  "1; mode=block"
                ],
                "X-content-type-options": [
                  "nosniff"
                ]
              }
            }
          }
        }
      }
    }
    //include_ss
    //include_socks
    //include_mtproto
    //include_config
    //
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "settings": {}
    },
    {
      "protocol": "blackhole",
      "settings": {},
      "tag": "blocked"
    },
    {
      "protocol": "freedom",
      "settings": {},
      "tag": "direct"
    },
    {
      "protocol": "mtproto",
      "settings": {},
      "tag": "tg-out"
    }
  ],
  "dns": {
    "server": [
      "8.8.8.8",
      "8.8.4.4",
      "1.1.1.1",
      "1.0.0.1",
      "localhost"
    ]
  },
  "routing": {
    "domainStrategy": "IPOnDemand",
    "rules": [
      {
        "type": "field",
        "ip": [
          "0.0.0.0/8",
          "10.0.0.0/8",
          "100.64.0.0/10",
          "127.0.0.0/8",
          "169.254.0.0/16",
          "172.16.0.0/12",
          "192.0.0.0/24",
          "192.0.2.0/24",
          "192.168.0.0/16",
          "198.18.0.0/15",
          "198.51.100.0/24",
          "203.0.113.0/24",
          "::1/128",
          "fc00::/7",
          "fe80::/10"
        ],
        "outboundTag": "blocked"
      },
      {
        "type": "field",
        "inboundTag": ["tg-in"],
        "outboundTag": "tg-out"
      },
      {
        "type": "field",
        "domain": [
          "domain:epochtimes.com",
          "domain:epochtimes.com.tw",
          "domain:epochtimes.fr",
          "domain:epochtimes.de",
          "domain:epochtimes.jp",
          "domain:epochtimes.ru",
          "domain:epochtimes.co.il",
          "domain:epochtimes.co.kr",
          "domain:epochtimes-romania.com",
          "domain:erabaru.net",
          "domain:lagranepoca.com",
          "domain:theepochtimes.com",
          "domain:ntdtv.com",
          "domain:ntd.tv",
          "domain:ntdtv-dc.com",
          "domain:ntdtv.com.tw",
          "domain:minghui.org",
          "domain:renminbao.com",
          "domain:dafahao.com",
          "domain:dongtaiwang.com",
          "domain:falundafa.org",
          "domain:wujieliulan.com",
          "domain:ninecommentaries.com",
          "domain:shenyun.com"
        ],
        "outboundTag": "blocked"
      },
      {
        "type": "field",
        "protocol": [
          "bittorrent"
        ],
        "outboundTag": "blocked"
      }
      //include_ban_ad
      //include_rules
      //
    ]
  },
  "transport": {
    "kcpSettings": {
      "uplinkCapacity": 100,
      "downlinkCapacity": 100,
      "congestion": true
    },
    "sockopt": {
      "tcpFastOpen": true
    }
  }
}
 |