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=1756417980; bh=0vXJBhRsXJO80cPyFcg5lbOIBq5buedzw+2u116WmFc=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type:Content-Transfer-Encoding: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=ImF8KL5f70P/QLd/h35RM0nakZrCm2f3fbFakBCncx0I/PRSq7exi7MBd0ciw82Q8 sZH5kzNWM5OE+QpyYLomd1r29h6Xn4YCgmffXYALTcjAkm+kJl/35z9lZEURTyApg0 Ys7ASqD4bfrLyakmRv5o5zNLuxETV5kv5BTiD0reQqVUgVLxvQrYyzB+s5ut51X44z +x62sRYOcttEGm3VspBf9rj82KdPGrng7xQ4hpYRZj5tHoS1Y+sYK9qafXi9pv8+LF liq6qfJXYftE5wRa/HkQckyF7ULSLzcDRugzBIHj3pcsGmwXeCRX5TOJAJ8klTJows a39UG4bnV3J/w== Received: from integral2.. (unknown [103.216.223.55]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 590373127F26; Thu, 28 Aug 2025 21:52:59 +0000 (UTC) From: Ammar Faizi To: Ahmad Gani Cc: Ammar Faizi , Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v6 00/11] Initial work on integration of DNS parser lib in gwproxy Date: Fri, 29 Aug 2025 04:52:53 +0700 Message-Id: <175641788055.548391.13450702872336349144@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250828143444.540247-1-reyuki@gnuweeb.org> References: <20250828143444.540247-1-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Thu, 28 Aug 2025 21:34:22 +0700, Ahmad Gani wrote: > This is revision v6 of the initial work on the integration of the DNS > parser lib in gwproxy. This is an RFC draft; the patches themselves > aren't final. > > This series has 11 patches; you can skip the rest and focus on > the highlighted one: > - add DNS server option (remove hard-coded DNS server) > - add fallback mechanism for raw DNS > - fix DNS parser > - mark this feature as experimental and disabled by default > - fix minor errors from master branch I only take two urgent patches for now. The other are still problematic. I'll explain it to you shortly. Applied, thanks! [01/11] gwproxy: Fix syntax error inside assertion commit: 68e70946d1c3c80d8b5c40324113b20a6f81ef56 [02/11] gwproxy: Fix socks5 failure on debug mode commit: 5a5d312aa65324dee6e08a88c5889a60124dac5a Best regards, -- Ammar Faizi