yangchuansheng / sing-box

Build sing-box with proxy providers
https://github.com/SagerNet/sing-box
204 stars 24 forks source link

sing-box启动提示json: unknown field "providers" #5

Open exile799 opened 9 months ago

exile799 commented 9 months ago

json配置信息如下 "inbounds": [ { "type": "mixed", "tag": "mixed-in", "listen": "127.0.0.1", "listen_port": 7890, "set_system_proxy": true, "sniff": true } ], "providers": [ { "tag": "机场订阅", "url": "机场clash订阅地址", "interval": "24h", "force_update": "24h", "cache_file": "sanfen.txt", "download_detour": "direct" } ], "outbounds": [
{ "type": "selector", "tag": "select",

  "outbounds": [
    "vless-work",
    "warp-zero",
    "机场订阅"
  ],
  "default": "vless-work"
hamedsbt commented 6 months ago

have you fixed it?