Remove certificate server

This commit is contained in:
9seconds
2019-11-12 16:13:05 +03:00
parent 8e0436e89a
commit 5d3824704c
6 changed files with 8 additions and 152 deletions
-1
View File
@@ -76,7 +76,6 @@ func Proxy() error { // nolint: funlen
antireplay.Init()
telegram.Init()
hub.Init(ctx)
faketls.Init(ctx)
proxyListener, err := net.Listen("tcp", config.C.Bind.String())
if err != nil {