0644 index 000000000000..7a1bd101f0e3 --- /dev/null +++ b/net/sing-box/files/sing-box.json @@ -0,0 +1,16 @@ +{ + "inbounds": [ + { + "type": "socks", + "tag": "socks-in", + "listen": "::", + "listen_port": 1080 + } + ], + "outbounds": [ + { + "type": "direct", + "tag": "direct" + } + ] +}