diff --git a/socks/manager.go b/socks/manager.go index 5538741..0c3e0e8 100644 --- a/socks/manager.go +++ b/socks/manager.go @@ -10,7 +10,7 @@ import ( import ( "github.com/eyedeekay/eeproxy/conn" "github.com/eyedeekay/eeproxy/resolve" - "github.com/eyedeekay/eeproxy/rewriter" + //"github.com/eyedeekay/eeproxy/rewriter" "github.com/eyedeekay/go-socks5" "github.com/eyedeekay/sam3" )