去评论
dz插件网

Sing-Box配置文件请教

逝水年华
2023/12/10 12:44:38
鉴于小猫咪已经完全删库跑路,想换到Sing-Box,奈何水平太菜,改了配置文件运行不了,不知道哪里有问题,有没有懂的MJJ可以指导一下:lol

这是机场A的clash配置
  1. - name: HK1type: ssserver: 1.2.3.4port:  "12345"cipher: chacha20-ietfpassword: 12345678910abcdefudp: trueplugin: obfsplugin-opts:  mode: http  host: 1234abcdef.apple.com

这是我改的Sing-Box代码
  1. {    "inbounds": [        {            "type": "mixed",            "listen": "::",            "listen_port": 10005        }    ],    "outbounds": [        {            "type": "shadowsocks",            "server": "1.2.3.4",            "server_port": 12345,            "method": "chacha20-ietf",            "plugin": "obfs-local",            "password": "12345678910abcdef",            "plugin_opts":"mode=http;host=1234abcdef.apple.com",            "tag": "proxyss"                    }    ]}

这是机场B的clash配置
  1. - { name: HK1, type: vmess, server: 1.2.3.4, port:  12345, uuid: 1234-5678-abcdef, alterId: 0, cipher: auto, udp: true, network: ws }

这是我改的Sing-Box配置
  1. {    "inbounds": [        {            "type": "mixed",            "listen": "::",            "listen_port": 10005        }    ],    "outbounds": [        {            "type": "vmess",            "server": "1.2.3.4",            "server_port": 12345,            "uuid": "1234-5678-abcdef",            "security": "auto",            "alter_id": 0,                       "tag": "proxyvmess"        }    ]}

改完之后客户端可以启动,但是打不开Google,看命令行里提示的是:Get "https://google.com"  EOF