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=1756340017; bh=fJJD+ejKcqiEgs9GtUpLqnmF4LEpKXGj8WEh0RkbG5g=; 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=alYPlKWeQ5r/i0GJOsoPQRwUbRoWjwLUeOKm5fZG814DmAYPo8xpOazjiSrlZKzsy qH7/XGHEHGxvspVzRwOkbrrZKraJcrj1JuATiKp/FqKqBtaryX6KbE5ioQRkbeRvMc gnXl4+o17AqvYUFoAglAsfKUMJcbRMtr+qrFYtDCnTVIQaFy1Rw7uEd93VauZG+Ob5 MiFW3ZUbJfEJaUIdwyU3nnlMDmxlSetsKWKX0F6DB/Zll0k390c2dodNwRzEajktQp HjBox9GC2DrlUI0p/wbwhiIcHVcP3e0jQbdFuI0dYd/liPm/uknPXcQAThGOZuLHX/ nCVtgJlwBIftw== Received: from linux.gnuweeb.org (unknown [103.216.223.55]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id A52873127EBB; Thu, 28 Aug 2025 00:13:35 +0000 (UTC) Date: Thu, 28 Aug 2025 07:13:31 +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: <20250828001331.GA20836-ammarfaizi2@gnuweeb.org> References: <20250822195242.GA3236201-ammarfaizi2@gnuweeb.org> <20250823022847.GC3508499-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: 1e7bf5e39679ed3e88352f12726d9ac7711b09cd5ecbd36607e93ef15c415f83 X-Gw-PM-Hash: 4c532976bccf804f54c3aa98ed5b41142b8115a5c2c849ba00696cf3931c286e List-Id: On Sun, Aug 24, 2025 at 08:36:24PM +0700, Ahmad Gani wrote: > Next, I'll work on fixing the parser issue. Right now, it can only handle > A and AAAA records, and doesn't handle CNAME records properly. FYI: I've merged the HTTP proxy support into the master branch. Other features can now be developed independently of the DNS work. Your DNS work is taking longer than I expected, and waiting for it isn't productive. Your series no longer applies. Please rebase your work on top of the latest master branch if you're still planning to work on it. If you're not, let me know so someone else can take it over. -- Ammar Faizi