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=1754464108; bh=MTvyRwWGoAPS4sVBfMCyWGYO0tumet1762QatwNSukw=; 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=YCTtE6weq11a5WzFExXhn8iZMVFmk+89z388aVskckhzki653nhBOkdNyXynPjZta qnU4Tj+RLnxK7a5vMcA/Okl9HDNIp470S7Od7j3FDVJI2RwQve8wXp5DyEHHkIZ2pZ rxlPXGNObp8Zm5nWZiFXnGWkgzjm2sGFsG5tuwOxct+yc+cF4lsv9GJv3kehzMV+Ee BRSrkFA6tPAwhZskrzoinb53x5EspFHxlz1C+6C+QlPM1cjbp+tsETf4953vmf2DVZ vOk+UJCo2uNwxVo94NlEHEtLipbx/PiV1HnmEL+vrxbYDrbo57w+Dj4w45NDTLQbMO wPzc6RKwRED8A== Received: from linux.gnuweeb.org (unknown [182.253.126.229]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 437B23127C3D; Wed, 6 Aug 2025 07:08:27 +0000 (UTC) Date: Wed, 6 Aug 2025 14:08:22 +0700 From: Ammar Faizi To: Ahmad Gani Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v4 0/6] Initial work for DNS lookup implementation Message-ID: References: <20250806035727.216702-1-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250806035727.216702-1-reyuki@gnuweeb.org> X-Machine-Hash: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 List-Id: On Wed, Aug 06, 2025 at 10:57:18AM +0700, Ahmad Gani wrote: > dnslookup: Split common functionality and struct into net.h and net.c > dnslookup: Add a new parameter default_port I have applied these two patches as they're already in a good shape. You can rebase on top of master branch. -- Ammar Faizi