feat: add hysteria

This commit is contained in:
世界
2022-06-07 13:38:45 +08:00
parent 73d5042774
commit 35a6666a84
11 changed files with 1101 additions and 19 deletions

View File

@@ -35,6 +35,7 @@ const (
ImageTrojanGo = "p4gefau1t/trojan-go:latest"
ImageSnell = "ghcr.io/icpz/snell-server:latest"
ImageXray = "teddysun/xray:latest"
ImageHysteria = "tobyxdd/hysteria:latest"
)
var (
@@ -105,6 +106,7 @@ func init() {
ImageTrojanGo,
ImageSnell,
ImageXray,
ImageHysteria,
}
for _, image := range images {