1
0
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:
Darien Raymond
2016-11-10 23:41:28 +01:00
parent e30f466424
commit 5dc05d6352
17 changed files with 222 additions and 83 deletions

View File

@@ -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
}