From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5564 invoked from network); 10 Nov 2020 13:02:53 -0000 Received: from krantz.zx2c4.com (192.95.5.69) by inbox.vuxu.org with ESMTPUTF8; 10 Nov 2020 13:02:53 -0000 Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 4d0b6d7a; Tue, 10 Nov 2020 12:59:00 +0000 (UTC) Return-Path: Received: from smtp.al2klimov.de (smtp.al2klimov.de [2a01:4f8:c0c:1465::1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id b7bc5814 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 31 Oct 2020 14:35:54 +0000 (UTC) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by smtp.al2klimov.de (Postfix) with ESMTPA id 253C75DE45 for ; Sat, 31 Oct 2020 14:38:16 +0000 (UTC) To: wireguard@lists.zx2c4.com From: "Alexander A. Klimov" Subject: MacOS: DNS setting has no effect if the tunnel is not the default gw Message-ID: <9f61c27c-3cae-3283-30e0-ce99fe73a305@al2klimov.de> Date: Sat, 31 Oct 2020 15:38:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Authentication-Results: smtp.al2klimov.de; auth=pass smtp.auth=aklimov@al2klimov.de smtp.mailfrom=grandmaster@al2klimov.de X-Spamd-Bar: / X-Mailman-Approved-At: Tue, 10 Nov 2020 13:58:56 +0100 X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" Archived-At: List-Archive: Hello there! I have two almost identical tunnels. The only difference: -AllowedIPs=0.0.0.0/0, ::/0 +AllowedIPs=192.168.234.153/32, 64:ff9b::192.168.234.153/128, 192.168.234.186/32, 64:ff9b::192.168.234.186/128 The first one's setting DNS=192.168.234.153 has an effect, the second one's not. Has anyone seen this problem, too? Does anyone even know how to workaround it? Best, AK