fix(sub): skip AmneziaWG JSON entries (#6420)

This commit is contained in:
Atirna
2026-09-06 00:16:12 +05:30
committed by GitHub
parent 0f6e1ae8d7
commit 4e355edc15
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -589,6 +589,8 @@ func (s *SubJsonService) getConfig(subReq *SubService, inbound *model.Inbound, c
continue
}
newOutbounds = append(newOutbounds, wgOutbound)
case "amneziawg":
continue
}
newOutbounds = append(newOutbounds, s.defaultOutbounds...)