嘟嘟社区

MJJ们,求一份xui的默认xray配置模板


手残全删了,没有恢复默认功能,求一份默认的配置模板,谢谢
朋友,重装即可。温馨提示:尽量不要乱动这个配置模板。
本帖最后由 FranzkafkaYu 于 2022-6-22 00:49 编辑

我维护的版本,有需要自取,主要添加了电报相关功能,更新了Shadowsocks2022,欢迎提issue,项目地址https://github.com/FranzKafkaYu/x-ui

  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.     "system": {
  34.       "statsInboundDownlink": true,
  35.       "statsInboundUplink": true
  36.     }
  37.   },
  38.   "routing": {
  39.     "rules": [
  40.       {
  41.         "inboundTag": [
  42.           "api"
  43.         ],
  44.         "outboundTag": "api",
  45.         "type": "field"
  46.       },
  47.       {
  48.         "ip": [
  49.           "geoip:private"
  50.         ],
  51.         "outboundTag": "blocked",
  52.         "type": "field"
  53.       },
  54.       {
  55.         "outboundTag": "blocked",
  56.         "protocol": [
  57.           "bittorrent"
  58.         ],
  59.         "type": "field"
  60.       }
  61.     ]
  62.   },
  63.   "stats": {}
  64. }

复制代码