13 Feb
2020
13 Feb
'20
7:41 a.m.
On Feb 13, 2020, at 7:03 AM, Sezer BAGLAN <sezerbaglan@gmail.com> wrote:
Does it make sense to set ipaddr as 127.0.0.1 other than 0.0.0.0 for proxy situation? Is there any difference from security point view that you may point out?
This is networking 101. Are you proxying only to 127.0.0.1? If so, the outgoing proxy socket can listen on 127.0.0.1 If you're proxying out to rest of the network, you can't use 127.0.0.1 Alan DeKok.