nite07Sing-Box 客户端配置求助 中发帖

有两个设备A(archlinux) B(windows) 都运行下方配置 
使用 localsend 能够互相发现,archlinux端向windows端发送文件正常,但是windows端向archlinux发送文件时,archlinux客户端接收不到请求。
关闭 sing-box 之后正常,所以可以确定是 sing-box 导致的。
{
"log": { "level": "info", "timestamp": true },
"dns": {
"servers": [
{ "tag": "google", "address": "tls://8.8.8.8" },
{
"tag": "local",
"address": "https://223.5.5.5/dns-query",
"deto...