thehxdev

X-UI default Xray-Core config

Apr 28th, 2023
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.33 KB | Software | 0 0
  1. {
  2.   "api": {
  3.     "services": [
  4.       "HandlerService",
  5.       "LoggerService",
  6.       "StatsService"
  7.     ],
  8.     "tag": "api"
  9.   },
  10.   "inbounds": [
  11.     {
  12.       "listen": "127.0.0.1",
  13.       "port": 62789,
  14.       "protocol": "dokodemo-door",
  15.       "settings": {
  16.         "address": "127.0.0.1"
  17.       },
  18.       "tag": "api"
  19.     }
  20.   ],
  21.   "outbounds": [
  22.     {
  23.       "protocol": "freedom",
  24.       "settings": {}
  25.     },
  26.     {
  27.       "protocol": "blackhole",
  28.       "settings": {},
  29.       "tag": "blocked"
  30.     }
  31.   ],
  32.   "policy": {
  33.     "levels": {
  34.       "0": {
  35.         "handshake": 10,
  36.         "connIdle": 100,
  37.         "uplinkOnly": 2,
  38.         "downlinkOnly": 3,
  39.         "statsUserUplink": true,
  40.         "statsUserDownlink": true,
  41.         "bufferSize": 10240
  42.       }
  43.     },
  44.     "system": {
  45.       "statsInboundDownlink": true,
  46.       "statsInboundUplink": true
  47.     }
  48.   },
  49.   "routing": {
  50.     "rules": [
  51.       {
  52.         "inboundTag": [
  53.           "api"
  54.         ],
  55.         "outboundTag": "api",
  56.         "type": "field"
  57.       },
  58.       {
  59.         "ip": [
  60.           "geoip:private"
  61.         ],
  62.         "outboundTag": "blocked",
  63.         "type": "field"
  64.       },
  65.       {
  66.         "outboundTag": "blocked",
  67.         "protocol": [
  68.           "bittorrent"
  69.         ],
  70.         "type": "field"
  71.       }
  72.     ]
  73.   },
  74.   "stats": {}
  75. }
Tags: xray x-ui
Add Comment
Please, Sign In to add comment