commit: d01b0a6b187d8909ad11b328c557ecdc29431d04 Author: Andrey Volkov <volkov.am <AT> ekb-info <DOT> ru> AuthorDate: Tue Sep 28 14:21:58 2021 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri May 24 05:51:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=d01b0a6b
Append wireguard docs at net.example with arbitrary interface name example Signed-off-by: Andrey Volkov <volkov <AT> ekb-info.ru> doc/net.example.Linux.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 84e4b1c..143dc9d 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1350,6 +1350,10 @@ # # 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" +# +# You must specify wireguard interface type to use arbitrary interface names +#wireguard_site1="/path/to/site1.conf" +#type_site1="wireguard" # Network namespace support # If an interface is configured with a network namespace, it will be moved
