diff options
Diffstat (limited to 'sub/subJsonService.go')
| -rw-r--r-- | sub/subJsonService.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/subJsonService.go b/sub/subJsonService.go index acb8e05f..a51f10bb 100644 --- a/sub/subJsonService.go +++ b/sub/subJsonService.go @@ -209,7 +209,7 @@ func (s *SubJsonService) getConfig(inbound *model.Inbound, client model.Client, newOutbounds = append(newOutbounds, s.genVless(inbound, streamSettings, client)) case "trojan", "shadowsocks": newOutbounds = append(newOutbounds, s.genServer(inbound, streamSettings, client)) - case "hysteria": + case "hysteria", "hysteria2": newOutbounds = append(newOutbounds, s.genHy(inbound, newStream, client)) } |
