From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id C827224D8B for ; Fri, 26 Jul 2024 05:57:00 +0200 (CEST) Received: from pb-smtp1.pobox.com ([64.147.108.70]) by 9front; Thu Jul 25 23:54:15 -0400 2024 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 7618A2AC19 for <9front@9front.org>; Thu, 25 Jul 2024 23:54:15 -0400 (EDT) (envelope-from me+unobe@fallglow.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :date:from:to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=qGHI3eCt4Sr5VkHHDPH6aVHt9 wU8udypZbOC1u75wfA=; b=s33FCw/SemSGw+PhP0TBQ/ZRQik6z3O+Aeo7W0xoK Th47ynnSCXJ9bpQXeqonlmwMA8HPehmhqMz3l7cNdfhQEMSVw7Mk1RdCciGa6uZ8 Q8hwUpiTnIZ5wOoVaA4Fnqwci4JdcxYpdW8jzi/q2NSzugW/nBidZxWcaRJBClim bQ= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 6E35F2AC18 for <9front@9front.org>; Thu, 25 Jul 2024 23:54:15 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Received: from strider.localdomain (unknown [97.131.57.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id BA9892AC17 for <9front@9front.org>; Thu, 25 Jul 2024 23:54:14 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Message-ID: Date: Thu, 25 Jul 2024 20:54:12 -0700 From: Romano To: 9front@9front.org In-Reply-To: <3A70A782119990D690B32C787161C89B@gaff.inri.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Pobox-Relay-ID: B9AB343C-4B02-11EF-B04E-34EEED2EC81B-09620299!pb-smtp1.pobox.com Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: SOAP rich-client module package standard Subject: Re: [9front] WANTED: ip based filtering of incoming connections Reply-To: 9front@9front.org Precedence: bulk On Thu Jul 25 20:37:59 -0700 2024, sl@stanleylieber.com wrote: > =E2=80=A6 > apologies for the noise, but i've just verified the following doesn't a= ctually work: > =E2=80=A6 > aux/dial 'ipmux!vers=3D4;src=3D47.128.0.0&255.252.0.0|52.230.152.0&255= .255.255.0|64.249.68.0&255.255.255.0|64.249.79.0&255.255.255.0|64.249.83.= 0&255.255.255.0|85.208.96.0&255.255.255.0|156.59.198.0&255.255.255.0' >/d= ev/null From ip(3), it describes the parameter for ipmux should be ver, not vers. Might it be as simple as that?