v2ray

https://v2ray.com/chapter_00/02_donate.html
https://qzone.work/technologys/425.html
https://www.v2fly.org/config/reverse.html
{
  "inbounds": [
    {
      "protocol": "socks",
      "port": 6688,
      "settings": {
        "auth": "noauth",
        "accounts": [],
        "udp": false,
        "ip": "127.0.0.1",
        "userLevel": 0
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "settings": {}
    },
    {
      "protocol": "blackhole",
      "settings": {},
      "tag": "blocked"
    }
  ],
  "routing": {
    "rules": [
      {
        "type": "field",
        "ip": [
          "geoip:private"
        ],
        "outboundTag": "blocked"
      }
    ]
  }
}
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注