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=-1.0 required=5.0 tests=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 5BDF321172 for ; Fri, 26 Jul 2024 02:36:17 +0200 (CEST) Received: from gaff.inri.net ([168.235.82.67]) by 9front; Thu Jul 25 20:34:39 -0400 2024 Received: from [127.0.0.1] ([168.235.81.125]) by gaff; Thu Jul 25 20:34:39 -0400 2024 Date: Thu, 25 Jul 2024 20:34:36 -0400 From: Stanley Lieber To: 9front@9front.org In-Reply-To: References: <15F9DB0E-BED2-41FD-95F0-F04D6F2A3704@stanleylieber.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: leveraged asynchronous GPU service deep-learning layer Subject: Re: [9front] WANTED: ip based filtering of incoming connections Reply-To: 9front@9front.org Precedence: bulk On July 25, 2024 6:08:59 PM EDT, "B=2E Atticus Grobe" wrote: >On Thu Jul 25, 2024 at 4:56 PM CDT, Stanley Lieber wrote: >> ai crawlers have discovered one of my servers=2E >> >> smtpd has the -k flag, which i use to manually block especially egregio= us spammers, but ip(3) and listen(8) seem to offer nothing generic to bar a= ggressive customers from entry=2E >> >> am i missing something? >> >> sl > >see ipmux in ip(3)=2E > >example: aux/dial 'ipmux!vers=3D4;src=3D1=2E2=2E3=2E4' >/dev/null >to drop incoming traffic from 1=2E2=2E3=2E4=2E thanks! it seems dial(1) dies when backgrounded with &=2E sl