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: Fri, 04 Aug 2017 23:54:38 +0200 Message-ID: <87y3qzov6p.fsf@gnu.org> References: <20170728154652.tgigkve7n5wzdrlc@abyayala> <87a83hsjws.fsf@gnu.org> <20170802224505.coaewqkh7p5dqhum@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]:44813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddkYj-0007no-RA for bug-guix@gnu.org; Fri, 04 Aug 2017 17:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddkYg-0006DP-N3 for bug-guix@gnu.org; Fri, 04 Aug 2017 17:55:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39419) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddkYg-0006DL-It for bug-guix@gnu.org; Fri, 04 Aug 2017 17:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ddkYg-0005ge-C1 for bug-guix@gnu.org; Fri, 04 Aug 2017 17:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170802224505.coaewqkh7p5dqhum@abyayala> (ng0@infotropique.org's message of "Wed, 2 Aug 2017 22:45:05 +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: 27862@debbugs.gnu.org ng0 skribis: > Ludovic Court=C3=A8s transcribed 0.4K bytes: >> ng0 skribis: >>=20 >> > Right now the tor-hidden-service only supports IPv4 naming scheme, >> > while it is possible to define IPv6 for tor aswell. >>=20 >> =E2=80=98tor-hidden-service=E2=80=99 does not interpret addresses. So o= ne could write, >> say: >>=20 >> (80 . "[::1]:80") > > Oh. Okay, I did not even try it because I live on the dark side of IPv6 ;) > Then all which needs to be done is a small extension of the documentation > of tor-hidden-service. Patch welcome. :-) Ludo=E2=80=99.