Closed jirimoravcik closed 1 year ago
I've added support for specifying host used for the listen call. This will enable users to e.g. listen on localhost, which can be more secure than the default unspecified IP address (0.0.0.0).
host
listen
localhost
Plus, can we please update the anonymizeProxy() function to set localhost? That will increase security by default, plus test the new option
anonymizeProxy()
I've added support for specifying
host
used for thelisten
call. This will enable users to e.g. listen onlocalhost
, which can be more secure than the default unspecified IP address (0.0.0.0).