Quellcode durchsuchen

include shadowsocks as inbound in release

Darien Raymond vor 9 Jahren
Ursprung
Commit
c9554546db
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      release/server/main.go

+ 1 - 0
release/server/main.go

@@ -16,6 +16,7 @@ import (
 	_ "github.com/v2ray/v2ray-core/proxy/dokodemo"
 	_ "github.com/v2ray/v2ray-core/proxy/freedom"
 	_ "github.com/v2ray/v2ray-core/proxy/http"
+	_ "github.com/v2ray/v2ray-core/proxy/shadowsocks"
 	_ "github.com/v2ray/v2ray-core/proxy/socks"
 	_ "github.com/v2ray/v2ray-core/proxy/vmess/inbound"
 	_ "github.com/v2ray/v2ray-core/proxy/vmess/outbound"