diff options
author | Andrey Volkov <volkov.am@ekb-info.ru> | 2021-09-28 19:21:58 +0500 |
---|---|---|
committer | Andrey Volkov <volkov@ekb-info.ru> | 2024-05-24 10:51:59 +0500 |
commit | d01b0a6b187d8909ad11b328c557ecdc29431d04 (patch) | |
tree | 016044179c2757b11a22b1a34342d1235c257b01 /doc | |
parent | Add type_${IFVAR}=wireguard for arbitrary wireguard interface names (diff) | |
download | netifrc-d01b0a6b187d8909ad11b328c557ecdc29431d04.tar.gz netifrc-d01b0a6b187d8909ad11b328c557ecdc29431d04.tar.bz2 netifrc-d01b0a6b187d8909ad11b328c557ecdc29431d04.zip |
Append wireguard docs at net.example with arbitrary interface name example
Signed-off-by: Andrey Volkov <volkov@ekb-info.ru>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.example.Linux.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |