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
}