Contoh Konfig V2Ray-Core Bug Spotify AXIS

 // gunakan akun vmess pribadi

{

  "dns": {

    "servers": [

      "1.1.1.1", "1.0.0.1", "8.8.8.8", "8.8.4.4", "9.9.9.9"

    ]

  },

  "inbounds": [

    {

      "listen": "127.0.0.1",

      "port": 1080,

      "protocol": "socks",

      "settings": {

        "auth": "noauth",

        "udp": true

      },

      "tag": "socks"

    },

    {

      "listen": "0.0.0.0",

      "port": 8080,

      "protocol": "http",

      "settings": {

        "auth": "noauth",

        "udp": false

      },

      "tag": "http"

    }

  ],

  "log": {

    "loglevel": "info"

  },

  "outbounds": [

    {

      "protocol": "vmess",

      "settings": {

        "vnext": [

          {

            "address": "us-23.hihu.net",

            "port": 80,

            "users": [

              {

                "alterId": 0,

                "encryption": "none",

                "flow": "",

                "id": "8ad59800-8b79-11f0-b132-205c6d5f5d78",

                "level": 8,

                "security": "auto"

              }

            ]

          }

        ]

      },

      "streamSettings": {

        "network": "ws",

        "security": "",

        "tlsSettings": {

          "allowInsecure": false,

          "serverName": "",

          "show": false

        },

        "wsSettings": {

          "headers": {

            "Host": "support.spotify.com"

          },

          "path": "/oiwbjyp6"

        }


      },

      "tag": "proxy"

    }

   ],

   "routing": {

    "domainStrategy": "AsIs",

    "rules": [

      {

        "ip": [

          "1.1.1.1"

        ],

        "outboundTag": "proxy",

        "port": "53",

        "type": "field"

      }

    ]

  }

}


Post a Comment for "Contoh Konfig V2Ray-Core Bug Spotify AXIS"