Commit 0ef18a0f authored by Roger Dingledine's avatar Roger Dingledine
Browse files

put a log message so we can start confirming socks5-with-remote-dns

vs socks5-with-local-dns


svn:r5130
parent 96988b45
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -952,6 +952,8 @@ connection_ap_handshake_process_socks(connection_t *conn)
  } /* else socks handshake is done, continue processing */

  tor_strlower(socks->address); /* normalize it */
  log_fn(LOG_DEBUG,"Client asked for %s:%d", safe_str(socks->address),
         socks->port);

  /* For address map controls, remap the address */
  addressmap_rewrite(socks->address, sizeof(socks->address));