Add naive inbound and test

This commit is contained in:
世界
2022-08-10 20:19:16 +08:00
parent ccdfab378a
commit b79b19c470
23 changed files with 709 additions and 87 deletions

View File

@@ -30,6 +30,7 @@ const (
ImageShadowsocksRustClient = "ghcr.io/shadowsocks/sslocal-rust:latest"
ImageV2RayCore = "v2fly/v2fly-core:latest"
ImageTrojan = "trojangfw/trojan:latest"
ImageNaive = "pocat/naiveproxy:client"
)
var allImages = []string{
@@ -37,6 +38,7 @@ var allImages = []string{
ImageShadowsocksRustClient,
ImageV2RayCore,
ImageTrojan,
ImageNaive,
}
var localIP = netip.MustParseAddr("127.0.0.1")