add socksopt, update router

This commit is contained in:
p4gefau1t
2020-04-27 11:51:23 -04:00
parent 35da055f94
commit 8f7d7a56b0
34 changed files with 565 additions and 283 deletions
+1 -1
View File
@@ -2,13 +2,13 @@ package api
import (
"context"
"net"
"time"
"github.com/p4gefau1t/trojan-go/conf"
"github.com/p4gefau1t/trojan-go/log"
"github.com/p4gefau1t/trojan-go/stat"
"google.golang.org/grpc"
"v2ray.com/core/common/net"
)
type ClientAPIService struct {