V2rayng: 无法代理google play的更新和下载

Created on 13 Jul 2019  ·  1Comment  ·  Source: 2dust/v2rayNG

描述

使用自定义配置文件,可以通过浏览器访问谷歌,也可以浏览google play的内容,但是无法更新和下载软件,其余一切正常。

配置文件

{
  "inbounds": [
    {
      "port": 10808,
      "protocol": "socks",
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      },
      "settings": {
        "auth": "noauth",
        "udp": true
      }
    },
    {
      "port": 10809,
      "protocol": "socks",
      "settings": {
        "auth": "noauth",
        "udp": true
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "fakeip",
            "port": 12345,  
            "users": [
              {
                "id": "fakeuuid",
                "alterId": 64
              }
            ]
          }
        ]
      }
    },
    {
      "protocol": "freedom",
      "settings": {},
      "tag": "direct" 
    }    
  ],
  "routing": {
    "domainStrategy": "IPOnDemand",
    "rules": [
      {
        "type": "field",
        "outboundTag": "direct",
        "domain": ["geosite:cn"] 
      },
      {
        "type": "field",
        "outboundTag": "direct",
        "ip": [
          "geoip:cn", 
          "geoip:private" 
        ]
      }
    ]
  }
}

Most helpful comment

play商店通过下载管理器进行下载活动,所以需要把“下载”和“下载管理器”之类的应用包括在代理范围内。

>All comments

play商店通过下载管理器进行下载活动,所以需要把“下载”和“下载管理器”之类的应用包括在代理范围内。

Was this page helpful?
0 / 5 - 0 ratings

Related issues

n0ise9914 picture n0ise9914  ·  5Comments

alijhen picture alijhen  ·  5Comments

Sherman-Liu picture Sherman-Liu  ·  3Comments

kolicime picture kolicime  ·  5Comments

2857584289 picture 2857584289  ·  7Comments