From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5F8DC433DB for ; Sun, 14 Mar 2021 17:05:53 +0000 (UTC) Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ECCB064E7A for ; Sun, 14 Mar 2021 17:05:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ECCB064E7A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=wireguard-bounces@lists.zx2c4.com Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 86695f3d; Sun, 14 Mar 2021 17:05:50 +0000 (UTC) Received: from mail-lj1-x22f.google.com (mail-lj1-x22f.google.com [2a00:1450:4864:20::22f]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 2c11e188 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Sun, 14 Mar 2021 17:05:48 +0000 (UTC) Received: by mail-lj1-x22f.google.com with SMTP id z8so13439899ljm.12 for ; Sun, 14 Mar 2021 10:05:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=oDHnx3ObBOLK6ylk2u6leL4++vIYUkDDrMqpe6Fnoa4=; b=asmowZEoDc2djioytryhFIHu4EBpDEKUrWxwKBLSiPbRLo6dZHe8rVvnFSmO4hi9HK oLHt//8YDV/FYeWkzPhX1K0fEFn+zeqWZjr41pka/sgMLy2Dlrq88ICrpeiJ3box4cnq cv+M4x3hdeccOUmRyFUzlAQqmrPv9rh2w9JDrsw1i4E6NnG7lhDJyJ10wDYhybJEdrco fjBmae7IbHsXYbOayCZ/1BAYP4+BMmCvCZrhDE24k0SzGnwMAV2Sopb9P5bQ4UrP4u2T ipiJXOEVWLr3IT92/oJ2uxR1mLKkqs+HcNc+KuCqIHUnBLA6vYUZrsIJrG75EifyDQR/ mqog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=oDHnx3ObBOLK6ylk2u6leL4++vIYUkDDrMqpe6Fnoa4=; b=Ns6yGORGJRmkeBLu/PupAO9PCMHcjGW963jaOodhKkHuDbdt0u72a5i43L9AWtM5EG C129faVZQLUWMDa6h/k51JmQ8EZGsIDEKLRbFR+cP1nB3j6kLTQJvhIIptAUFHElOEmY NRae/uhayXDqOUqHE1tA7P1UtZaFdx8/oR4rEzJ9luDSM4SVVWznqgPWi703kB/pGS8I GQnvlGeZoEcLWXri6PmCcEaZ5WoidbyFvYl/l/W9j9zkl6BIiRYFIM+G8dJUSZ8L3JEz C0KFR5db1KoHmWo0rwR2Z7JdY3ANFj345dtdshHVBS0syI75uysSXWGykp5sZh+t8Q7W 0tqA== X-Gm-Message-State: AOAM532QjvaLJ6e7UuLTQR3j/0qf2ml/NWF5Fr8gSEn2Xvtu3oAWXNSF S/Gou63Ca6kzPLIZSneffjWLXCD9yYHffFL+oaVs2VjMM74= X-Google-Smtp-Source: ABdhPJwloDXXnvCWDv6Mc0T5Z64TzMJh+TgwutRLrGA0q6B+9tlTLW6Qef7qjYzJj3JUD/Hyt5HOCi9fIxPaWDMEPKg= X-Received: by 2002:a2e:86c8:: with SMTP id n8mr8558746ljj.409.1615741547723; Sun, 14 Mar 2021 10:05:47 -0700 (PDT) MIME-Version: 1.0 From: kay Date: Sun, 14 Mar 2021 18:05:11 +0100 Message-ID: Subject: A go package for a fine-grained tunnels configuration To: WireGuard mailing list Content-Type: text/plain; charset="UTF-8" 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" Hi Everyone, I'm developing a package for the fine-grained tunnel configuration in different OS's, e.g. IP address, routes, DNSsettings. It already supports Windows, Linux and FreeBSD (+macOS with an os.Exec dependency to run networksetup for DNS configuration, need help for a native support without os.Exec). I hope you can find it useful and contribute to improving it. https://github.com/kayrus/tuncfg Regards,