mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'public/bug15064_025' into maint-0.2.6
This commit is contained in:
@@ -1763,7 +1763,8 @@ connection_ap_get_original_destination(entry_connection_t *conn,
|
||||
if (options->TransProxyType_parsed == TPT_PF_DIVERT)
|
||||
return destination_from_socket(conn, req);
|
||||
|
||||
if (options->TransProxyType_parsed == TPT_DEFAULT)
|
||||
if (options->TransProxyType_parsed == TPT_DEFAULT ||
|
||||
options->TransProxyType_parsed == TPT_IPFW)
|
||||
return destination_from_pf(conn, req);
|
||||
|
||||
(void)conn;
|
||||
|
||||
Reference in New Issue
Block a user