ray

{
  "inbounds": [{
    "port": 1080,  // SOCKS 代理端口,在浏览器中需配置代理并指向这个端口
    "listen": "127.0.0.1",
    "protocol": "socks",
    "settings": {
      "udp": true
    }
  }],
  "outbounds": [{
    "protocol": "vmess",
    "settings": {
      "vnext": [{
        "address": "server", // 服务器地址,请修改为你自己的服务器 ip 或域名
        "port": 10086,  // 服务器端口
        "users": [{ "id": "b831381d-6324-4d53-ad4f-8cda48b30811" }]
      }]
    }
  },{
    "protocol": "freedom",
    "tag": "direct",
    "settings": {}
  }],
  "routing": {
    "domainStrategy": "IPOnDemand",
    "rules": [{
      "type": "field",
      "ip": ["geoip:private"],
      "outboundTag": "direct"
    }]
  }
}

https://www.vto(2)ray.com/chapter_02/01_overview.html

相关文章:

  • 2021-07-15
  • 2021-07-29
  • 2022-02-08
  • 2021-09-28
  • 2022-01-12
  • 2021-12-09
  • 2022-12-23
猜你喜欢
  • 2021-08-23
  • 2021-06-21
  • 2021-06-17
  • 2022-01-07
  • 2021-07-03
  • 2021-09-07
  • 2021-07-27
相关资源
相似解决方案