mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-16 15:17:14 +00:00
fix(sub): skip AmneziaWG JSON entries (#6420)
This commit is contained in:
@@ -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...)
|
||||
|
||||
Reference in New Issue
Block a user