diff options
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 |