From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27862: tor-hidden-service should support IPv6 Date: Thu, 03 Aug 2017 00:07:47 +0200 Message-ID: <87a83hsjws.fsf@gnu.org> References: <20170728154652.tgigkve7n5wzdrlc@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dd1pD-0007Hb-A6 for bug-guix@gnu.org; Wed, 02 Aug 2017 18:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dd1p8-00031Y-86 for bug-guix@gnu.org; Wed, 02 Aug 2017 18:09:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36330) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dd1p8-00031Q-49 for bug-guix@gnu.org; Wed, 02 Aug 2017 18:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dd1p7-0002rx-T8 for bug-guix@gnu.org; Wed, 02 Aug 2017 18:09:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170728154652.tgigkve7n5wzdrlc@abyayala> (ng0@infotropique.org's message of "Fri, 28 Jul 2017 15:46:52 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: ng0 Cc: 27862@debbugs.gnu.org ng0 skribis: > Right now the tor-hidden-service only supports IPv4 naming scheme, > while it is possible to define IPv6 for tor aswell. =E2=80=98tor-hidden-service=E2=80=99 does not interpret addresses. So one = could write, say: (80 . "[::1]:80") and that=E2=80=99d be IPv6 (talking to localhost over IPv6 is great ;-)). It is what you had in mind? > Someone should fix this. I agree, someone! Thanks, Ludo=E2=80=99.