Advertisement
kohpriwniranam

config

Aug 17th, 2024 (edited)
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.83 KB | None | 0 0
  1. {
  2.     "inbounds": [{
  3.         "port": 443,
  4.         "protocol": "vless",
  5.         "settings": {
  6.             "clients": [
  7.                 {
  8.                     "id": "ce43bc8b-bf63-485c-906d-ab160d1306ad",
  9.                     "level": 0,
  10.                     "email": "client5@example.com"
  11.                 }
  12.             ],
  13.             "decryption": "none"
  14.         },
  15.         "streamSettings": {
  16.             "network": "ws",
  17.             "wsSettings": {
  18.                 "path": "/your_path",
  19.                 "headers": {
  20.                     "Host": "speedtest.net"
  21.                 }
  22.             }
  23.         }
  24.     }],
  25.     "outbounds": [
  26.         {
  27.             "protocol": "freedom",
  28.             "settings": {}
  29.         }
  30.     ],
  31.     "dns": {
  32.         "servers": [
  33.             "8.8.8.8",
  34.             "1.1.1.1"
  35.         ]
  36.     }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement