mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
I wonder what an internal internet protocol is
svn:r6159
This commit is contained in:
parent
86a964d868
commit
866f6293ff
@ -1588,7 +1588,8 @@ resolve_my_address(or_options_t *options, uint32_t *addr_out,
|
||||
|
||||
tor_inet_ntoa(&in,tmpbuf,sizeof(tmpbuf));
|
||||
log_notice(LD_CONFIG, "Guessed local hostname '%s' resolves to an "
|
||||
"internal IP (%s). Trying something else.", hostname, tmpbuf);
|
||||
"internal IP address (%s). Trying something else.", hostname,
|
||||
tmpbuf);
|
||||
|
||||
if (get_interface_address(&interface_ip)) {
|
||||
log_warn(LD_CONFIG, "Could not get local interface IP address. "
|
||||
|
Loading…
Reference in New Issue
Block a user