mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-23 12:02:58 -05:00
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