On 03/21/2018 04:11 AM, Roger Shimizu wrote:
> Considering currently the service only binds to localhost, for security's 
> sake,
> I think it's better to use the patch below.
> What do you think?
> 
> diff --git a/debian/config.json b/debian/config.json
> index 8ffa650..eb32b99 100644
> --- a/debian/config.json
> +++ b/debian/config.json
> @@ -1,5 +1,5 @@
>  {
> -    "server":"127.0.0.1",
> +    "server":["127.0.0.1", "::1"],
>      "server_port":8388,
>      "local_port":1080,
>      "password":"barfoo!",

Dear Roger,

Is there a use case where you would want to run the server only for localhost? I
guess I'm not aware of this.

--
James

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to