DNS outbound: Add rules

This commit is contained in:
MHSanaei
2026-04-26 17:34:31 +02:00
parent 35609b7b13
commit a62c637632
4 changed files with 209 additions and 24 deletions
+1 -1
View File
@@ -779,7 +779,7 @@ func (s *InboundService) writeBackClientSubID(sourceInboundID int, sourceProtoco
}
settingsBytes, err := json.Marshal(map[string][]model.Client{
"clients": []model.Client{client},
"clients": {client},
})
if err != nil {
return false, err