1. Json from the VMess link 2. Json from the V2Box VPN Config app (Working) 3. Json from the dummy VPN Config app

1. Json from the VMess link

{'port': 443, 'ps': 'dd11681d-VMess_WS', 'tls': 'tls', 'id': 'dd11681d-e2e5-4534-8a56-269f86b8d605', 'aid': 0, 'v': 2, 'host': '[restonseclab.com](<http://restonseclab.com/>)', 'type': 'none', 'path': '/xljnvws', 'net': 'ws', 'add': '[restonseclab.com](<http://restonseclab.com/>)', 'allowInsecure': 0, 'method': 'none', 'peer': '[restonseclab.com](<http://restonseclab.com/>)', 'sni': '[restonseclab.com](<http://restonseclab.com/>)'}

2. Json from the V2Box VPN Config app (Working)

{
  "log": {},
  "inbounds": [
    {
      "sniffing": {
        "domainsExcluded": [
          "courier.push.apple.com"
        ],
        "destOverride": [
          "tls",
          "http",
          "quic"
        ],
        "enabled": true
      },
      "protocol": "shadowsocks",
      "tag": "socks5",
      "port": 50717,
      "settings": {
        "method": "chacha20-ietf-poly1305",
        "level": 8,
        "ota": true,
        "password": "123456",
        "network": "tcp,udp",
        "udp": false
      },
      "listen": "127.0.0.1"
    },
    {
      "protocol": "socks",
      "tag": "directSocks",
      "port": 1087,
      "settings": {
        "userLevel": 8,
        "udp": true,
        "auth": "noauth"
      },
      "listen": "127.0.0.1"
    },
    {
      "protocol": "dokodemo-door",
      "tag": "api",
      "port": 50718,
      "settings": {
        "address": "[::1]"
      },
      "listen": "[::1]"
    },
    {
      "protocol": "dokodemo-door",
      "tag": "inDns",
      "port": 50719,
      "settings": {
        "port": 53,
        "address": "8.8.8.8",
        "network": "tcp,udp",
        "userLevel": 0,
        "timeout": 10
      },
      "listen": "127.0.0.1"
    }
  ],
  "outbounds": [
    {
      "mux": {
        "enabled": false,
        "xudpProxyUDP443": "allow",
        "concurrency": 50,
        "xudpConcurrency": 128
      },
      "settings": {
        "vnext": [
          {
            "users": [
              {
                "security": "aes-128-gcm",
                "id": "dd11681d-e2e5-4534-8a56-269f86b8d605",
                "alterId": 0,
                "email": "",
                "level": 8
              }
            ],
            "port": 443,
            "address": "restonseclab.com"
          }
        ]
      },
      "tag": "proxy",
      "streamSettings": {
        "network": "ws",
        "security": "tls",
        "tlsSettings": {
          "serverName": "restonseclab.com",
          "fingerprint": "chrome",
          "allowInsecure": false,
          "alpn": []
        },
        "wsSettings": {
          "path": "/xljnvws",
          "headers": {
            "host": "restonseclab.com"
          }
        }
      },
      "protocol": "vmess"
    },
    {
      "settings": {
        "userLevel": 8,
        "fragment": {
          "length": "80-250",
          "packets": "tlshello",
          "interval": "10-100"
        }
      },
      "tag": "fragment",
      "streamSettings": {
        "sockopt": {
          "tcpNoDelay": true
        }
      },
      "protocol": "freedom"
    }
  ],
  "api": {
    "services": [
      "StatsService"
    ],
    "tag": "api"
  },
  "dns": {
    "disableFallback": true,
    "tag": "dnsQuery",
    "servers": [
      {
        "skipFallback": false,
        "address": "8.8.8.8"
      }
    ],
    "disableFallbackIfMatch": true,
    "queryStrategy": "UseIP",
    "disableCache": true
  },
  "stats": {},
  "routing": {
    "rules": [
      {
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api",
        "type": "field"
      },
      {
        "inboundTag": [
          "inDns"
        ],
        "outboundTag": "outDns",
        "type": "field"
      },
      {
        "inboundTag": [
          "dnsQuery"
        ],
        "outboundTag": "proxy",
        "type": "field"
      },
      {
        "inboundTag": [
          "directSocks"
        ],
        "outboundTag": "direct",
        "type": "field"
      }
    ],
    "domainStrategy": "AsIs",
    "balancers": []
  },
  "policy": {
    "system": {
      "statsOutboundDownlink": true,
      "statsOutboundUplink": true,
      "statsInboundUplink": true,
      "statsInboundDownlink": true
    },
    "levels": {
      "8": {
        "statsUserDownlink": false,
        "downlinkOnly": 1,
        "connIdle": 30,
        "statsUserUplink": false,
        "bufferSize": 0,
        "uplinkOnly": 1,
        "handshake": 4
      }
    }
  },
  "transport": {}
}

3. Json from the dummy VPN Config app

{
 "inbounds" : [
  {
   "listen" : "127.0.0.1",
   "port" : 1080,
   "protocol" : "socks",
   "settings" : {
    "auth" : "noauth",
    "udp" : true
   },
   "sniffing" : {
    "destOverride" : [
     "http",
     "tls",
     "quic",
     "fakedns"
    ],
    "enabled" : false,
    "routeOnly" : true
   },
   "tag" : "socks"
  }
 ],
 "outbounds" : [
  {
   "protocol" : "vmess",
   "settings" : {
    "vnext" : [
     {
      "address" : "188.114.97.6",
      "port" : 443,
      "users" : [
       {
        "id" : "dd11681d-e2e5-4534-8a56-269f86b8d605",
        "security" : "aes-128-gcm"
       }
      ]
     }
    ]
   },
   "streamSettings" : {
    "network" : "ws",
    "security" : "none",
    "wsSettings" : {
     "headers" : {
      "Host" : "restonseclab.com"
     },
     "path" : "\/xljnvws"
    }
   },
   "tag" : "proxy"
  },
  {
   "protocol" : "freedom",
   "tag" : "direct"
  },
  {
   "protocol" : "blackhole",
   "tag" : "block"
  }
 ]
}