You've already forked v2ray-core
allow outbound to be proxied
This commit is contained in:
@@ -36,7 +36,7 @@ func (server *Server) acceptConnections(listener *net.TCPListener) {
|
||||
for server.accepting {
|
||||
conn, err := listener.Accept()
|
||||
if err != nil {
|
||||
fmt.Printf("Failed accept TCP connection: %v", err)
|
||||
fmt.Printf("Failed accept TCP connection: %v\n", err)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user