Feature: support snell v3 (#1884)

This commit is contained in:
Digital Pencil
2022-01-10 20:24:20 +08:00
committed by GitHub
parent d237b041b3
commit 8f3385bbb6
4 changed files with 223 additions and 6 deletions

View File

@ -32,7 +32,7 @@ const (
ImageVmess = "v2fly/v2fly-core:latest"
ImageTrojan = "trojangfw/trojan:latest"
ImageTrojanGo = "p4gefau1t/trojan-go:latest"
ImageSnell = "icpz/snell-server:latest"
ImageSnell = "ghcr.io/icpz/snell-server:latest"
ImageXray = "teddysun/xray:latest"
)