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 2C6C123B11 for ; Fri, 26 Jul 2024 03:59:14 +0200 (CEST) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Thu Jul 25 21:58:30 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1721959058; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mXW6rixGgRp5k1lsJhWEvp9g6fYICRhCpu/MnUEeWjw=; b=sgA5EldT9ROsdx/b6ymACOoX1piEwf0l7D70a5LGpOpzZ7SpVUaFT1S3pzl2X2thLWKg5t iwpyURvtfKocdx44d+KawpgA9d3vbcwPRAbgrmvfkD+BjjCoQWjR89OGaJwnUC7ndUITvo QAeBQ08TyJwhcGbDM+rmUNOoQm3G8R4= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id ba4bebbe (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Thu, 25 Jul 2024 20:57:38 -0500 (CDT) Message-ID: <66c2b699-17be-40df-a18d-4612f26a2bde@posixcafe.org> Date: Thu, 25 Jul 2024 20:58:29 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: <9ED3A1C07CE696AA7CFBE09993B63DA6@gaff.inri.net> Content-Language: en-US From: Jacob Moody In-Reply-To: <9ED3A1C07CE696AA7CFBE09993B63DA6@gaff.inri.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: descriptor hypervisor JSON over ACPI deep-learning-based hypervisor Subject: Re: [9front] WANTED: ip based filtering of incoming connections Reply-To: 9front@9front.org Precedence: bulk On 7/25/24 20:55, sl@stanleylieber.com wrote: >> You need to run it in a loop I think, it exits after it catches a connection. > > thanks everyone, ipmux has deflected the worst offenders: > > ; cat nipmux > #!/bin/rc > rfork e > # grep $ip /sys/log/www | awk -F '::' '{print $7;}' | sort | uniq > # > # AMAZON-SIN > # 47.128.0.0&255.252.0.0 > # > # crawlers > # 85.208.96.0&255.255.255.0 > > while(){ > aux/dial 'ipmux!vers=4;src=47.128.0.0&255.252.0.0|85.208.96.0&255.255.255.0' >/dev/null > } > > sl Since it's come up at least twice on the mailing list perhaps that qualifies as frequent enough to put something in the FQA.