Add loopback outound

This commit is contained in:
世界 2021-09-19 20:28:38 +08:00
parent 5c366db847
commit 707efd6d12
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
9 changed files with 310 additions and 1 deletions

View file

@ -30,6 +30,7 @@ var (
outboundConfigLoader = NewJSONConfigLoader(ConfigCreatorCache{
"blackhole": func() interface{} { return new(BlackholeConfig) },
"loopback": func() interface{} { return new(LoopbackConfig) },
"freedom": func() interface{} { return new(FreedomConfig) },
"http": func() interface{} { return new(HTTPClientConfig) },
"shadowsocks": func() interface{} { return new(ShadowsocksClientConfig) },