Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.80 KB | None | 0 0
  1. {
  2.     "log": {
  3.         "access": "/var/log/v2ray/access.log",
  4.         "error": "/var/log/v2ray/error.log"
  5.     },
  6.     "inbounds": [
  7.         {
  8.             "port": 23322,
  9.             "listen": "127.0.0.1",
  10.             "protocol": "vmess",
  11.             "settings": {
  12.                 "clients": [
  13.                     {
  14.                         "id":"b76ab909-4aa4-48da-a255-480cea804f04",
  15.                         "alterId": 256
  16.                     }
  17.                 ],
  18.                 "disableInsecureEncryption": true
  19.             },
  20.             "streamSettings": {
  21.                 "network": "ws",
  22.                 "wsSettings": {
  23.                     "path":"/abcd321"
  24.                 }
  25.             }
  26.         }
  27.     ],
  28.     "outbounds": [
  29.         {
  30.             "protocol": "freedom"
  31.         }
  32.     ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement