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_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=1756132684; bh=buvUI3BOLhBcgSBp0ZIdhW2IPgWIwqGoAKq4K9Efans=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding: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=vCqjGYp4TwyPK8E5M6zgJNFanhecTjZAZNiq/IMdxsb2szjW0dpnVioecuBbcEJpm UHVljipyAi42us3P29tVR470W2BJzRQ1D56g7LcSJIjw6/s7GpnupFcmzAsIGqeUWg 3LdeaTKIW+Ftzznwx2C2qSgsaK7tK9LF8hfw3dpfUuaNSKKUJylRT7Wk0kT/PZByq1 9W8q/Mu9bpBTx8vWPvx/aGpudqcfT+BIOQbrjTrsENkh1gMmNNoIsQGw24eH1J2bSc x2lja/hP9NbElZY0M2dTW+zL0H8fEnKrpnAXBVKwgVkxPnQOMcZrEeKhd1Bqio7Nmz gt/zauhHDc3wA== Received: from linux.gnuweeb.org (unknown [103.216.223.55]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 350593127F62; Mon, 25 Aug 2025 14:38:02 +0000 (UTC) Date: Mon, 25 Aug 2025 21:37:59 +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: <20250825143759.GA2728989-ammarfaizi2@gnuweeb.org> References: <20250822195242.GA3236201-ammarfaizi2@gnuweeb.org> <20250823022847.GC3508499-ammarfaizi2@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Gw-Outgoing-Server-Hash: 01afd303c8b96d0c1d5e80aa96a4ee40ec69888f786fa24107c0862c0644af79 X-Gw-Message-ID: 423ba80797f8c6204aadcc78364580289dbd27f894b2c0b1c5792d60b6030519 X-Gw-PM-Hash: 4b5a02ca19ffb2ca196bfde9d9dcc8fcc7bca695f2ad130c9ff1cd74ad36a303 List-Id: On Sun, Aug 24, 2025 at 08:36:24PM +0700, Ahmad Gani wrote: > By the way, you can call me Gani, as that’s what people usually call me. Noted. > I'll avoid rebasing unless necessary to prevent frequent forced pushes to > the repository. Frequent force-push to your personal development branch is fine, just don't do that on upstream master branch which people use it as their base of their work. > 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. Good that you found that early. Better to sort those missing bits out before it eventually breaks someone's setup in the future. -- Ammar Faizi