describe TUN and IP flag

This commit is contained in:
serinko
2023-12-21 21:53:27 +01:00
parent ee7e0ff1d3
commit 8a34af0a20
2 changed files with 5 additions and 3 deletions
@@ -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
@@ -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)
<iframe width="700" height="400" src="https://vimeo.com/brandonjourdan/vpnalpha?share=copy" title="20231221-nymvpn-chaos" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>