From 8a34af0a2002020f151f4fa954f7ccd6cee188b0 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Thu, 21 Dec 2023 21:53:27 +0100 Subject: [PATCH] describe TUN and IP flag --- documentation/dev-portal/src/events/37c3/nym-vpn.md | 6 +++--- documentation/dev-portal/src/events/37c3/welcome.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/dev-portal/src/events/37c3/nym-vpn.md b/documentation/dev-portal/src/events/37c3/nym-vpn.md index 9fdc435a08..96af9777d6 100644 --- a/documentation/dev-portal/src/events/37c3/nym-vpn.md +++ b/documentation/dev-portal/src/events/37c3/nym-vpn.md @@ -181,9 +181,9 @@ Here is a list of the options and their descriptions. Some are essential, some a **More advanced options** - `--enable-poisson`: Enables process rate limiting of outbound traffic (disabled by default). It means that NymVPN client will send packets at a steady stream to the Entry Gateway. By default it's on average one sphinx packet per 20ms, but there is some randomness (poisson distribution). When there are no real data to fill the sphinx packets with, cover packets are generated instead. -- `--ip` is the IP address of the TUN device. More detailed description coming soon. -- `--mtu`: The MTU of the TUN device. More detailed description coming soon. -- `--disable-routing`: Disable routing all traffic through the VPN TUN device. More detailed description coming soon. +- `--ip` is the IP address of the TUN device. That is the IP address of the local private network that is setu up between local client and the Exit Gateway. +- `--mtu`: The MTU of the TUN device. That is the max IP packet size of the local private network that is setu up between local client and the Exit Gateway. +- `--disable-routing`: Disable routing all traffic through the VPN TUN device. ### GUI diff --git a/documentation/dev-portal/src/events/37c3/welcome.md b/documentation/dev-portal/src/events/37c3/welcome.md index d45b457159..6c718827a7 100644 --- a/documentation/dev-portal/src/events/37c3/welcome.md +++ b/documentation/dev-portal/src/events/37c3/welcome.md @@ -7,3 +7,5 @@ At first glance Nym platform may seem pretty complex. To make the connection bet * [NymVPN](nym-vpn.md) * [FAQ](faq.md) + +