From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1755915760; bh=W/wVMdhc0kcg2FsCdTWN9dK9kxczjD/TBRemGHt6mHM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To:Message-ID:Date:From:Reply-To:Subject:To: Cc:In-Reply-To:References:Resent-Date:Resent-From:Resent-To: Resent-Cc:User-Agent:Content-Type:Content-Transfer-Encoding; b=hv1jvD3V/pKKat9aS60zCjwEznOF4924OL83IY1JXfphllYMEfDcAfjC6bEH4yFrt RgATdWYk7e4+KeUIG1PWnhlFStqn6XSnVgBZJXUaL4LEByvYEy2rI7yThWMOpAbdJm 8abBVfjHbkzy8BC9IazbcEvXOoF7TGpcG58Flh9GNIqk3n268yRfJLTSFbpgx3eaae szIyb+ps1ivfPahYX4zmYnIELj1QRnz1V7er0fJc5B+5eTjb7b/in/n4z75cdSuIRl h+wdRfxRIu2Q4lDXHCjxBb0KO1HoMvwGcKHr8aRy9s52vNwHSuPIVbteBQf+UmWFUE wUtLR17UphNvw== Received: from linux.gnuweeb.org (unknown [103.216.223.55]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 9DF3F3127FA0; Sat, 23 Aug 2025 02:22:39 +0000 (UTC) Date: Sat, 23 Aug 2025 09:22:35 +0700 From: Ammar Faizi To: Ahmad Gani Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v5 2/2] dnsparser: Add dns parser code Message-ID: <20250823022235.GB3508499-ammarfaizi2@gnuweeb.org> References: <20250816160303.GA144043-ammarfaizi2@gnuweeb.org> <20250822195242.GA3236201-ammarfaizi2@gnuweeb.org> <20250823015231.GA3508499-ammarfaizi2@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Gw-Outgoing-Server-Hash: 01afd303c8b96d0c1d5e80aa96a4ee40ec69888f786fa24107c0862c0644af79 X-Gw-Message-ID: 29ce370a1c5e9e9afec06b08550f4b7126160d2135a6fdc724396c581c82e0fa X-Gw-PM-Hash: 0118e49f0be22e0f53a3024476e02b238b91c66ed8fe1b763b14fa1e99876071 List-Id: On Sat, Aug 23, 2025 at 09:17:20AM +0700, Ahmad Gani wrote: > One question though: should the option be compile-time > with a -dev binary, or runtime via command-line parameters? Better be a new command line option and a configure script to enable it. Just like the io_uring support. -- Ammar Faizi