mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
put a log message so we can start confirming socks5-with-remote-dns
vs socks5-with-local-dns svn:r5130
This commit is contained in:
parent
96988b45b4
commit
0ef18a0fba
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user