Ordered json output & Disallow unknown fields

This commit is contained in:
世界
2022-07-03 11:28:15 +08:00
parent 71d9772913
commit d8cff01c4a
16 changed files with 243 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ import (
"strings"
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/adapter/route/domain"
"github.com/sagernet/sing-box/common/domain"
"github.com/sagernet/sing/common"
)