From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D891138334 for ; Thu, 12 Jul 2018 06:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 068D5E08CA; Thu, 12 Jul 2018 06:25:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE0A4E08CA for ; Thu, 12 Jul 2018 06:25:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1E80335CA7 for ; Thu, 12 Jul 2018 06:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE211366 for ; Thu, 12 Jul 2018 06:25:36 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1531376688.1ff764f73dbab2d5df934c1073e9f6e99f7ddf5d.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: doc/ X-VCS-Repository: proj/netifrc X-VCS-Files: doc/net.example.Linux.in X-VCS-Directories: doc/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 1ff764f73dbab2d5df934c1073e9f6e99f7ddf5d X-VCS-Branch: master Date: Thu, 12 Jul 2018 06:25:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6cdbe807-1a17-44b5-8614-ea76568eca57 X-Archives-Hash: 0fb73ac493204147f7f6411c6d8c4899 commit: 1ff764f73dbab2d5df934c1073e9f6e99f7ddf5d Author: Robin H. Johnson gentoo org> AuthorDate: Thu Jul 12 06:24:12 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Jul 12 06:24:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=1ff764f7 doc: usage example for wireguard Signed-off-by: Robin H. Johnson gentoo.org> doc/net.example.Linux.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 6a57e43..c0cfd38 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1214,6 +1214,15 @@ # interfaces, you can do this here. #firewalld_zone_eth0="myzone" +#----------------------------------------------------------------------------- +# Wireguard support +# +# Wireguard can be configured either by passing a config file +#wireguard_wg0="/path/to/file.conf" +# +# Wireguard can also be configured by passing explicit settings +#wireguard_wg0="private-key /path/to/whatever listen-port 1234 peer ABCDEF= endpoint 1.2.3.4:2468" + ############################################################################## # ADVANCED CONFIGURATION #